aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test/timer_bif_SUITE.erl
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2016-03-08 21:01:40 +0100
committerBjörn-Egil Dahlberg <[email protected]>2016-03-11 15:43:11 +0100
commit9b6b82abfaae479849902ba60c4c54a526840a03 (patch)
tree4e96855cb8ab6bea70bca7f46c4ab1fdbd72a618 /erts/emulator/test/timer_bif_SUITE.erl
parentc062dfc485ad0d51d648701950f77ef8f51d4f35 (diff)
downloadotp-9b6b82abfaae479849902ba60c4c54a526840a03.tar.gz
otp-9b6b82abfaae479849902ba60c4c54a526840a03.tar.bz2
otp-9b6b82abfaae479849902ba60c4c54a526840a03.zip
Eliminate use of test_server:fail/0,1
Diffstat (limited to 'erts/emulator/test/timer_bif_SUITE.erl')
-rw-r--r--erts/emulator/test/timer_bif_SUITE.erl8
1 files changed, 4 insertions, 4 deletions
diff --git a/erts/emulator/test/timer_bif_SUITE.erl b/erts/emulator/test/timer_bif_SUITE.erl
index dca44a1891..adc25b9426 100644
--- a/erts/emulator/test/timer_bif_SUITE.erl
+++ b/erts/emulator/test/timer_bif_SUITE.erl
@@ -108,7 +108,7 @@ start_timer_big(Config) when is_list(Config) ->
Diff when Diff >= 200, Diff < 10000 ->
ok;
_Diff ->
- test_server:fail({big, Big, Left})
+ ct:fail({big, Big, Left})
end,
ok.
@@ -122,7 +122,7 @@ send_after_big(Config) when is_list(Config) ->
Diff when Diff >= 200, Diff < 10000 ->
ok;
_Diff ->
- test_server:fail({big, Big, Left})
+ ct:fail({big, Big, Left})
end,
ok.
@@ -232,7 +232,7 @@ read_timer(Config) when is_list(Config) ->
Diff when Diff >= 200, Diff < 10000 ->
ok;
_Diff ->
- test_server:fail({big, Big, Left})
+ ct:fail({big, Big, Left})
end,
process_flag(scheduler, 0),
ok.
@@ -264,7 +264,7 @@ read_timer_async(Config) when is_list(Config) ->
Diff when Diff >= 200, Diff < 10000 ->
ok;
_Diff ->
- test_server:fail({big, Big, Left})
+ ct:fail({big, Big, Left})
end,
process_flag(scheduler, 0),
ok.