aboutsummaryrefslogtreecommitdiffstats
path: root/lib/debugger/test/bug_SUITE.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/debugger/test/bug_SUITE.erl')
-rw-r--r--lib/debugger/test/bug_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/debugger/test/bug_SUITE.erl b/lib/debugger/test/bug_SUITE.erl
index e98eeae92e..d881b9ab08 100644
--- a/lib/debugger/test/bug_SUITE.erl
+++ b/lib/debugger/test/bug_SUITE.erl
@@ -27,7 +27,7 @@
-export([otp2163/1, otp4845/1]).
-suite() -> [{suite_callbacks,[ts_install_scb]}].
+suite() -> [{ct_hooks,[ts_install_cth]}].
all() ->
[{group, ticket_tests}].