diff options
author | Dan Gudmundsson <[email protected]> | 2017-09-15 11:41:44 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2017-09-15 11:41:44 +0200 |
commit | d776b9be154d87a41df240c2adc1803a89e3df1f (patch) | |
tree | e31ee0f384c54d2616bc863143ac8dac6dd0be3e /lib/reltool/test/reltool_wx_SUITE.erl | |
parent | 4501b5e00786366dcbc97f9c662a5617c325a169 (diff) | |
download | otp-d776b9be154d87a41df240c2adc1803a89e3df1f.tar.gz otp-d776b9be154d87a41df240c2adc1803a89e3df1f.tar.bz2 otp-d776b9be154d87a41df240c2adc1803a89e3df1f.zip |
reltool: Remove export_all warning in tests
Diffstat (limited to 'lib/reltool/test/reltool_wx_SUITE.erl')
-rw-r--r-- | lib/reltool/test/reltool_wx_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/reltool/test/reltool_wx_SUITE.erl b/lib/reltool/test/reltool_wx_SUITE.erl index ac820db21c..19707894ae 100644 --- a/lib/reltool/test/reltool_wx_SUITE.erl +++ b/lib/reltool/test/reltool_wx_SUITE.erl @@ -23,7 +23,7 @@ init_per_suite/1, end_per_suite/1, init_per_testcase/2, end_per_testcase/2]). --compile(export_all). +-export([start_all_windows/1, check_no_win_crash/0, wait_terminate/1]). -include("reltool_test_lib.hrl"). |