aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/test/warnings_SUITE.erl
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2014-01-20 10:51:09 +0100
committerBjörn Gustavsson <[email protected]>2014-01-20 10:51:09 +0100
commit80205afbd31a29e052416bd8c686b65fe06ea3f4 (patch)
tree84549d523e91dadfe5bae4c14f36f18ee7d9f150 /lib/compiler/test/warnings_SUITE.erl
parent7ba68e1dc45981a82ccec84d157699606d664431 (diff)
parente12b7d5331c58b41db06cadfa4af75b78b62a2b1 (diff)
downloadotp-80205afbd31a29e052416bd8c686b65fe06ea3f4.tar.gz
otp-80205afbd31a29e052416bd8c686b65fe06ea3f4.tar.bz2
otp-80205afbd31a29e052416bd8c686b65fe06ea3f4.zip
Merge branch 'bjorn/compiler/optimizations/OTP-11584'
* bjorn/compiler/optimizations/OTP-11584: Generalize optimizations of case statements Ignore warnings when running sys_core_fold after inlining
Diffstat (limited to 'lib/compiler/test/warnings_SUITE.erl')
-rw-r--r--lib/compiler/test/warnings_SUITE.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compiler/test/warnings_SUITE.erl b/lib/compiler/test/warnings_SUITE.erl
index 810b2b48c9..7186956603 100644
--- a/lib/compiler/test/warnings_SUITE.erl
+++ b/lib/compiler/test/warnings_SUITE.erl
@@ -117,6 +117,7 @@ pattern2(Config) when is_list(Config) ->
Source,
[nowarn_unused_vars],
{warnings,[{2,sys_core_fold,{nomatch_shadow,1}},
+ {4,sys_core_fold,no_clause_match},
{5,sys_core_fold,nomatch_clause_type},
{6,sys_core_fold,nomatch_clause_type}]}}],
?line [] = run(Config, Ts),