aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/test/gen_statem_SUITE.erl
diff options
context:
space:
mode:
authorRaimo Niskanen <[email protected]>2017-12-11 11:07:55 +0100
committerRaimo Niskanen <[email protected]>2018-01-16 14:19:27 +0100
commit9de9c8f4e16dc22125617cf69e95a5ab9efbad9b (patch)
tree3723b02739f4dcc78319ec5ac815b22992b0f27e /lib/stdlib/test/gen_statem_SUITE.erl
parent0841f405cdce1392a4d8975618c4e0895eb8a6b7 (diff)
downloadotp-9de9c8f4e16dc22125617cf69e95a5ab9efbad9b.tar.gz
otp-9de9c8f4e16dc22125617cf69e95a5ab9efbad9b.tar.bz2
otp-9de9c8f4e16dc22125617cf69e95a5ab9efbad9b.zip
Remove test suite warning
Diffstat (limited to 'lib/stdlib/test/gen_statem_SUITE.erl')
-rw-r--r--lib/stdlib/test/gen_statem_SUITE.erl2
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).
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%