aboutsummaryrefslogtreecommitdiffstats
path: root/lib/debugger/test/lc_SUITE.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/debugger/test/lc_SUITE.erl')
-rw-r--r--lib/debugger/test/lc_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/debugger/test/lc_SUITE.erl b/lib/debugger/test/lc_SUITE.erl
index 8f4fe4d234..664a79ae5e 100644
--- a/lib/debugger/test/lc_SUITE.erl
+++ b/lib/debugger/test/lc_SUITE.erl
@@ -167,7 +167,7 @@ no_gen_verify(Res, A, B) ->
ShouldBe -> ok;
_ ->
io:format("A = ~p; B = ~p; Expected = ~p, actual = ~p", [A,B,ShouldBe,Res]),
- ?t:fail()
+ ct:fail(failed)
end.
no_gen_eval(Fun, Res) ->