diff options
Diffstat (limited to 'lib/reltool/test/rtt.erl')
-rw-r--r-- | lib/reltool/test/rtt.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/reltool/test/rtt.erl b/lib/reltool/test/rtt.erl index 173ffc5166..d9e8e5520d 100644 --- a/lib/reltool/test/rtt.erl +++ b/lib/reltool/test/rtt.erl @@ -18,7 +18,7 @@ %% %CopyrightEnd% -module(rtt). --compile(export_all). +-compile([export_all, nowarn_export_all]). %% Modules or suites can be shortcuts, for example server expands to reltool_server_SUITE. %% |