diff options
author | Raimo Niskanen <[email protected]> | 2017-12-11 11:07:55 +0100 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2018-01-16 14:19:27 +0100 |
commit | 9de9c8f4e16dc22125617cf69e95a5ab9efbad9b (patch) | |
tree | 3723b02739f4dcc78319ec5ac815b22992b0f27e /lib/stdlib | |
parent | 0841f405cdce1392a4d8975618c4e0895eb8a6b7 (diff) | |
download | otp-9de9c8f4e16dc22125617cf69e95a5ab9efbad9b.tar.gz otp-9de9c8f4e16dc22125617cf69e95a5ab9efbad9b.tar.bz2 otp-9de9c8f4e16dc22125617cf69e95a5ab9efbad9b.zip |
Remove test suite warning
Diffstat (limited to 'lib/stdlib')
-rw-r--r-- | lib/stdlib/test/gen_statem_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/test/gen_statem_SUITE.erl b/lib/stdlib/test/gen_statem_SUITE.erl index 5b9daecfd3..c747db475a 100644 --- a/lib/stdlib/test/gen_statem_SUITE.erl +++ b/lib/stdlib/test/gen_statem_SUITE.erl @@ -21,7 +21,7 @@ -include_lib("common_test/include/ct.hrl"). --compile(export_all). +-compile([export_all, nowarn_export_all]). -behaviour(gen_statem). %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |