aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reltool/test/rtt.erl
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2017-09-15 11:41:44 +0200
committerDan Gudmundsson <[email protected]>2017-09-15 11:41:44 +0200
commitd776b9be154d87a41df240c2adc1803a89e3df1f (patch)
treee31ee0f384c54d2616bc863143ac8dac6dd0be3e /lib/reltool/test/rtt.erl
parent4501b5e00786366dcbc97f9c662a5617c325a169 (diff)
downloadotp-d776b9be154d87a41df240c2adc1803a89e3df1f.tar.gz
otp-d776b9be154d87a41df240c2adc1803a89e3df1f.tar.bz2
otp-d776b9be154d87a41df240c2adc1803a89e3df1f.zip
reltool: Remove export_all warning in tests
Diffstat (limited to 'lib/reltool/test/rtt.erl')
-rw-r--r--lib/reltool/test/rtt.erl2
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.
%%