aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/test/warnings_SUITE.erl
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2016-10-04 15:11:05 +0200
committerBjörn Gustavsson <[email protected]>2016-10-28 10:15:53 +0200
commite9c343d551779c975f075ae812ef8cd7ae0a1d64 (patch)
tree0a1c7d93bfe6006af0573a1044ec438b4177e267 /lib/compiler/test/warnings_SUITE.erl
parent97ee6664899949c5c40dfefa9d8b516ac639fb3c (diff)
downloadotp-e9c343d551779c975f075ae812ef8cd7ae0a1d64.tar.gz
otp-e9c343d551779c975f075ae812ef8cd7ae0a1d64.tar.bz2
otp-e9c343d551779c975f075ae812ef8cd7ae0a1d64.zip
sys_core_fold: Eliminate complaint from core_lint
Diffstat (limited to 'lib/compiler/test/warnings_SUITE.erl')
-rw-r--r--lib/compiler/test/warnings_SUITE.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/compiler/test/warnings_SUITE.erl b/lib/compiler/test/warnings_SUITE.erl
index f884e6e7d6..35f7db82bd 100644
--- a/lib/compiler/test/warnings_SUITE.erl
+++ b/lib/compiler/test/warnings_SUITE.erl
@@ -281,7 +281,6 @@ bad_arith(Config) when is_list(Config) ->
{3,sys_core_fold,{eval_failure,badarith}},
{9,sys_core_fold,nomatch_guard},
{9,sys_core_fold,{eval_failure,badarith}},
- {9,sys_core_fold,{no_effect,{erlang,is_integer,1}}},
{10,sys_core_fold,nomatch_guard},
{10,sys_core_fold,{eval_failure,badarith}},
{15,sys_core_fold,{eval_failure,badarith}}