aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2012-08-29 10:29:59 +0200
committerLukas Larsson <[email protected]>2012-08-30 15:37:31 +0200
commit92ecb763b778617af7211c6c062c1b41489bf49c (patch)
tree2dfde2b3036cd3bb52985183b117a919dc94cd54
parent7a57b91fd08f3ca9bffb8d5a02ab797a10a21ec8 (diff)
downloadotp-92ecb763b778617af7211c6c062c1b41489bf49c.tar.gz
otp-92ecb763b778617af7211c6c062c1b41489bf49c.tar.bz2
otp-92ecb763b778617af7211c6c062c1b41489bf49c.zip
Ignore calls to dialyzer_timing when checking deprecated
-rw-r--r--erts/test/otp_SUITE.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/test/otp_SUITE.erl b/erts/test/otp_SUITE.erl
index 332733e075..5f28f22606 100644
--- a/erts/test/otp_SUITE.erl
+++ b/erts/test/otp_SUITE.erl
@@ -181,6 +181,7 @@ dialyzer_filter(Undef) ->
({_,{dialyzer_codeserver,_,_}}) -> false;
({_,{dialyzer_contracts,_,_}}) -> false;
({_,{dialyzer_cl_parse,_,_}}) -> false;
+ ({_,{dialyzer_timing,_,_}}) -> false;
({_,{dialyzer_plt,_,_}}) -> false;
({_,{dialyzer_succ_typings,_,_}}) -> false;
({_,{dialyzer_utils,_,_}}) -> false;