Skip to content

Commit

Permalink
Update with changes in new time api
Browse files Browse the repository at this point in the history
otp_SUITE: change filter för diameter
  • Loading branch information
Erland Schönbeck committed Mar 23, 2015
1 parent 7a49678 commit 137d68c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions erts/test/otp_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -220,12 +220,10 @@ gs_filter(Undef) ->

diameter_filter(Undef) ->
%% Filter away function calls that are catched.
filter(fun({{diameter_lib,_,_},{erlang,convert_time_resolution,3}}) ->
filter(fun({{diameter_lib,_,_},{erlang,convert_time_unit,3}}) ->
false;
({{diameter_lib,_,_},{erlang,monotonic_time,0}}) ->
false;
({{diameter_lib,_,_},{erlang,time_resolution,0}}) ->
false;
({{diameter_lib,_,_},{erlang,unique_integer,0}}) ->
false;
({{diameter_lib,_,_},{erlang,time_offset,0}}) ->
Expand Down

0 comments on commit 137d68c

Please sign in to comment.