diff options
author | Hans Bolinder <[email protected]> | 2015-08-20 15:52:33 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2015-09-04 08:24:58 +0200 |
commit | 3092fc21c57a34a7ee5e2699ba39bb37edd8c4d8 (patch) | |
tree | 9c0b3140027f90f524cca0adf461ac19f0ddd9a5 /lib/dialyzer/test/small_SUITE_data/results | |
parent | 3af9e6ef9bd6a9e9faf0e5bf683f4f1c5c0c0ca9 (diff) | |
download | otp-3092fc21c57a34a7ee5e2699ba39bb37edd8c4d8.tar.gz otp-3092fc21c57a34a7ee5e2699ba39bb37edd8c4d8.tar.bz2 otp-3092fc21c57a34a7ee5e2699ba39bb37edd8c4d8.zip |
dialyzer: Fix erlang:abs/1
Fix the range type of erlang:abs/1.
Diffstat (limited to 'lib/dialyzer/test/small_SUITE_data/results')
-rw-r--r-- | lib/dialyzer/test/small_SUITE_data/results/abs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/dialyzer/test/small_SUITE_data/results/abs b/lib/dialyzer/test/small_SUITE_data/results/abs new file mode 100644 index 0000000000..f229a6d036 --- /dev/null +++ b/lib/dialyzer/test/small_SUITE_data/results/abs @@ -0,0 +1,9 @@ + +abs.erl:12: Function i1/0 has no local return +abs.erl:16: The pattern 'true' can never match the type 'false' +abs.erl:23: Function i2/0 has no local return +abs.erl:27: The pattern 'true' can never match the type 'false' +abs.erl:34: Function i3/0 has no local return +abs.erl:37: The pattern 'true' can never match the type 'false' +abs.erl:45: Function i4/0 has no local return +abs.erl:49: The pattern 'true' can never match the type 'false' |