aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dialyzer/test/small_SUITE_data/results
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2016-01-18 10:08:54 +0100
committerBjörn-Egil Dahlberg <[email protected]>2016-01-18 10:08:54 +0100
commit427c9f4f7777dd00e0a03a42b9834a4d669305b6 (patch)
tree040b2da3d1174bbcacb7e4dc518f91d568d36b77 /lib/dialyzer/test/small_SUITE_data/results
parent3d1716e8f4c5fafbddc4e50bc93456398e9cc209 (diff)
parent48e25dfef23a51d02629b2c9fa9963fd3ba7788c (diff)
downloadotp-427c9f4f7777dd00e0a03a42b9834a4d669305b6.tar.gz
otp-427c9f4f7777dd00e0a03a42b9834a4d669305b6.tar.bz2
otp-427c9f4f7777dd00e0a03a42b9834a4d669305b6.zip
Merge branch 'egil/improve-map-cerl-prettypr/OTP-13238' into maint
* egil/improve-map-cerl-prettypr/OTP-13238: compiler, hipe: Fix pretty printing of Core Maps hipe: Fix map pretty printing of pairs dialyzer: Update Maps tests
Diffstat (limited to 'lib/dialyzer/test/small_SUITE_data/results')
-rw-r--r--lib/dialyzer/test/small_SUITE_data/results/maps14
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/dialyzer/test/small_SUITE_data/results/maps1 b/lib/dialyzer/test/small_SUITE_data/results/maps1
new file mode 100644
index 0000000000..5a78d66a92
--- /dev/null
+++ b/lib/dialyzer/test/small_SUITE_data/results/maps1
@@ -0,0 +1,4 @@
+
+maps1.erl:43: Function t3/0 has no local return
+maps1.erl:44: The call maps1:foo(~{'greger'=>3, ~{'arne'=>'anka'}~=>45}~,1) will never return since it differs in the 2nd argument from the success typing arguments: (#{},'b')
+maps1.erl:52: The call Mod:'function'(~{'literal'=>'map'}~,'another_arg') requires that Mod is of type atom() | tuple() not #{}