diff options
author | Lukas Larsson <[email protected]> | 2012-08-29 10:29:59 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2012-08-30 15:37:31 +0200 |
commit | 92ecb763b778617af7211c6c062c1b41489bf49c (patch) | |
tree | 2dfde2b3036cd3bb52985183b117a919dc94cd54 /erts/test | |
parent | 7a57b91fd08f3ca9bffb8d5a02ab797a10a21ec8 (diff) | |
download | otp-92ecb763b778617af7211c6c062c1b41489bf49c.tar.gz otp-92ecb763b778617af7211c6c062c1b41489bf49c.tar.bz2 otp-92ecb763b778617af7211c6c062c1b41489bf49c.zip |
Ignore calls to dialyzer_timing when checking deprecated
Diffstat (limited to 'erts/test')
-rw-r--r-- | erts/test/otp_SUITE.erl | 1 |
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; |