aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/test/warnings_SUITE.erl
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2014-06-23 20:53:07 +0200
committerBjörn-Egil Dahlberg <[email protected]>2014-08-26 20:23:56 +0200
commitd3199c3118826ab2d64e5ea75ac504bf945117de (patch)
treeaec5aa427e6aae2eb2b8dcf2b922a0b0af1a1028 /lib/compiler/test/warnings_SUITE.erl
parentd76a8c75d62c8075b6d3d46003d50d266cd1a6ca (diff)
downloadotp-d3199c3118826ab2d64e5ea75ac504bf945117de.tar.gz
otp-d3199c3118826ab2d64e5ea75ac504bf945117de.tar.bz2
otp-d3199c3118826ab2d64e5ea75ac504bf945117de.zip
compiler: Update Map tests
Diffstat (limited to 'lib/compiler/test/warnings_SUITE.erl')
-rw-r--r--lib/compiler/test/warnings_SUITE.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/compiler/test/warnings_SUITE.erl b/lib/compiler/test/warnings_SUITE.erl
index 0637041873..be0348a92d 100644
--- a/lib/compiler/test/warnings_SUITE.erl
+++ b/lib/compiler/test/warnings_SUITE.erl
@@ -601,7 +601,7 @@ maps(Config) when is_list(Config) ->
">>,
[],
{warnings,[{3,v3_core,bad_map}]}},
- {bad_map_literal_key,
+ {ok_map_literal_key,
<<"
t() ->
V = id(1),
@@ -614,7 +614,7 @@ maps(Config) when is_list(Config) ->
id(I) -> I.
">>,
[],
- {warnings,[{6,v3_core,nomatch}]}}],
+ []}],
run(Config, Ts),
ok.