aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test/ref_SUITE.erl
diff options
context:
space:
mode:
Diffstat (limited to 'erts/emulator/test/ref_SUITE.erl')
-rw-r--r--erts/emulator/test/ref_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/test/ref_SUITE.erl b/erts/emulator/test/ref_SUITE.erl
index 1bf94b9a3f..e84d53a89e 100644
--- a/erts/emulator/test/ref_SUITE.erl
+++ b/erts/emulator/test/ref_SUITE.erl
@@ -39,7 +39,7 @@ wrap_1(Config) when is_list(Config) ->
?line spawn_link(?MODULE, loop_ref, [self()]),
?line receive
done ->
- test_server:fail(wrapfast)
+ ct:fail(wrapfast)
after 30000 ->
ok
end,