aboutsummaryrefslogtreecommitdiffstats
path: root/lib/debugger/test
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2016-08-17 12:58:28 +0200
committerBjörn Gustavsson <[email protected]>2016-09-01 15:16:03 +0200
commit3db1a9683b05079f8adca4a0621b2a4f336ae7c9 (patch)
tree6fb6d3fceca8f8255066ad5ec0f79ca79c37f24b /lib/debugger/test
parentae3e177c514c35483184b0cb52c00b4452ca72ac (diff)
downloadotp-3db1a9683b05079f8adca4a0621b2a4f336ae7c9.tar.gz
otp-3db1a9683b05079f8adca4a0621b2a4f336ae7c9.tar.bz2
otp-3db1a9683b05079f8adca4a0621b2a4f336ae7c9.zip
debugger: Eliminate use of sys_pre_expand
Diffstat (limited to 'lib/debugger/test')
-rw-r--r--lib/debugger/test/andor_SUITE.erl2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/debugger/test/andor_SUITE.erl b/lib/debugger/test/andor_SUITE.erl
index d7bbd4fccb..f6e39514af 100644
--- a/lib/debugger/test/andor_SUITE.erl
+++ b/lib/debugger/test/andor_SUITE.erl
@@ -29,6 +29,8 @@
-include_lib("common_test/include/ct.hrl").
+-warning("Ignore me -- testing that the debugger can handle warnings").
+
suite() ->
[{ct_hooks,[ts_install_cth]},
{timetrap,{minutes,1}}].