Skip to content

Commit

Permalink
Ignore calls to dialyzer_timing when checking deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
garazdawi committed Aug 30, 2012
1 parent 7a57b91 commit 92ecb76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions erts/test/otp_SUITE.erl
Expand Up @@ -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;
Expand Down

0 comments on commit 92ecb76

Please sign in to comment.