aboutsummaryrefslogtreecommitdiffstats
path: root/test/sse_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/sse_SUITE.erl
parent2dd60838510f834b005c266cab7c657a68239ecf (diff)
downloadgun-bda5630b8770da0f6e99f1617777f3c37fca957c.tar.gz
gun-bda5630b8770da0f6e99f1617777f3c37fca957c.tar.bz2
gun-bda5630b8770da0f6e99f1617777f3c37fca957c.zip
Silence export_all warnings
Diffstat (limited to 'test/sse_SUITE.erl')
-rw-r--r--test/sse_SUITE.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sse_SUITE.erl b/test/sse_SUITE.erl
index a036552..b218fa2 100644
--- a/test/sse_SUITE.erl
+++ b/test/sse_SUITE.erl
@@ -14,6 +14,7 @@
-module(sse_SUITE).
-compile(export_all).
+-compile(nowarn_export_all).
all() ->
[http, http2].