diff options
author | Henrik Nord <[email protected]> | 2011-09-21 15:50:31 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2011-09-21 15:57:41 +0200 |
commit | 3d31498a0d08a9cf572fc966c025ed44ef15e831 (patch) | |
tree | d096ec431ebb41590c3ded7b9f7b57ec3d110c95 /lib/dialyzer/test/small_SUITE_data | |
parent | 06b914798569d70e1ecd4769e95d9969fbce97da (diff) | |
parent | 291e32daaaa7f485d67f1ee1e29b802152f9ae42 (diff) | |
download | otp-3d31498a0d08a9cf572fc966c025ed44ef15e831.tar.gz otp-3d31498a0d08a9cf572fc966c025ed44ef15e831.tar.bz2 otp-3d31498a0d08a9cf572fc966c025ed44ef15e831.zip |
Merge branch 'ta/typer-quote-atoms' into dev
* ta/typer-quote-atoms:
Update Dialyzer's reference results
Quote atoms if necessary in types
OTP-9560
Diffstat (limited to 'lib/dialyzer/test/small_SUITE_data')
-rw-r--r-- | lib/dialyzer/test/small_SUITE_data/results/my_sofs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/dialyzer/test/small_SUITE_data/results/my_sofs b/lib/dialyzer/test/small_SUITE_data/results/my_sofs index bfee0bce0d..bc97c08d62 100644 --- a/lib/dialyzer/test/small_SUITE_data/results/my_sofs +++ b/lib/dialyzer/test/small_SUITE_data/results/my_sofs @@ -1,3 +1,3 @@ -my_sofs.erl:34: The pattern {'Set', _, _} can never match the type #OrdSet{} -my_sofs.erl:54: The pattern {'Set', _, _} can never match the type #OrdSet{} +my_sofs.erl:34: The pattern {'Set', _, _} can never match the type #'OrdSet'{} +my_sofs.erl:54: The pattern {'Set', _, _} can never match the type #'OrdSet'{} |