summaryrefslogtreecommitdiff
path: root/lib/stdlib/test/re_SUITE.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stdlib/test/re_SUITE.erl')
-rw-r--r--lib/stdlib/test/re_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/test/re_SUITE.erl b/lib/stdlib/test/re_SUITE.erl
index 3b6e63d82f..5eef8ae48d 100644
--- a/lib/stdlib/test/re_SUITE.erl
+++ b/lib/stdlib/test/re_SUITE.erl
@@ -673,7 +673,7 @@ pcre_compile_workspace_overflow(Config) when is_list(Config) ->
{error, {"parentheses are too deeply nested (stack check)" = Str, _No}} ->
{comment, ExpStr ++ Str};
Other ->
- ?t:fail({unexpected, Other})
+ ct:fail({unexpected, Other})
end.
%% Make sure matches that really loop infinitely actually fail.