aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test/fun_r13_SUITE.erl
diff options
context:
space:
mode:
Diffstat (limited to 'erts/emulator/test/fun_r13_SUITE.erl')
-rw-r--r--erts/emulator/test/fun_r13_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/test/fun_r13_SUITE.erl b/erts/emulator/test/fun_r13_SUITE.erl
index 32d58355e0..3ee7b90686 100644
--- a/erts/emulator/test/fun_r13_SUITE.erl
+++ b/erts/emulator/test/fun_r13_SUITE.erl
@@ -65,7 +65,7 @@ do_dist_old(Config) when is_list(Config) ->
{ok,Fun,R12BFun} ->
?line [a,b,c] = R12BFun(a);
Other ->
- ?line ?t:fail({bad_message,Other})
+ ?line ct:fail({bad_message,Other})
end,
ok.