aboutsummaryrefslogtreecommitdiffstats
path: root/test/ws_SUITE.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-12-14 11:23:06 +0100
committerLoïc Hoguin <[email protected]>2017-12-14 11:23:06 +0100
commitbda5630b8770da0f6e99f1617777f3c37fca957c (patch)
tree4a4d0ea25b384d635bc637007fe57ddbdcb6bdd2 /test/ws_SUITE.erl
parent2dd60838510f834b005c266cab7c657a68239ecf (diff)
downloadgun-bda5630b8770da0f6e99f1617777f3c37fca957c.tar.gz
gun-bda5630b8770da0f6e99f1617777f3c37fca957c.tar.bz2
gun-bda5630b8770da0f6e99f1617777f3c37fca957c.zip
Silence export_all warnings
Diffstat (limited to 'test/ws_SUITE.erl')
-rw-r--r--test/ws_SUITE.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ws_SUITE.erl b/test/ws_SUITE.erl
index 9b70bdf..0630c1b 100644
--- a/test/ws_SUITE.erl
+++ b/test/ws_SUITE.erl
@@ -14,6 +14,7 @@
-module(ws_SUITE).
-compile(export_all).
+-compile(nowarn_export_all).
-import(ct_helper, [config/2]).