diff options
author | Björn Gustavsson <bjorn@erlang.org> | 2016-08-17 12:58:28 +0200 |
---|---|---|
committer | Björn Gustavsson <bjorn@erlang.org> | 2016-09-01 15:16:03 +0200 |
commit | 3db1a9683b05079f8adca4a0621b2a4f336ae7c9 (patch) | |
tree | 6fb6d3fceca8f8255066ad5ec0f79ca79c37f24b /lib/debugger/test | |
parent | ae3e177c514c35483184b0cb52c00b4452ca72ac (diff) | |
download | erlang-3db1a9683b05079f8adca4a0621b2a4f336ae7c9.tar.gz |
debugger: Eliminate use of sys_pre_expand
Diffstat (limited to 'lib/debugger/test')
-rw-r--r-- | lib/debugger/test/andor_SUITE.erl | 2 |
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}}]. |