aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test/nif_SUITE.erl
diff options
context:
space:
mode:
Diffstat (limited to 'erts/emulator/test/nif_SUITE.erl')
-rw-r--r--erts/emulator/test/nif_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/test/nif_SUITE.erl b/erts/emulator/test/nif_SUITE.erl
index 813ed65f4b..3bc4ad610f 100644
--- a/erts/emulator/test/nif_SUITE.erl
+++ b/erts/emulator/test/nif_SUITE.erl
@@ -1169,7 +1169,7 @@ reverse_list_test(Config) ->
List = lists:seq(1,100),
RevList = lists:reverse(List),
?line RevList = reverse_list(List),
- badarg = reverse_list(foo).
+ ?line badarg = reverse_list(foo).
tmpmem() ->
case erlang:system_info({allocator,temp_alloc}) of