aboutsummaryrefslogtreecommitdiffstats
path: root/test/static_handler_SUITE.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-11-29 16:57:10 +0100
committerLoïc Hoguin <[email protected]>2017-11-29 16:57:10 +0100
commitcf3ab5832ad7033219b0f6a806be12c0e9cc9816 (patch)
tree2eab43427655847da4e94437d417cc3104bb30f1 /test/static_handler_SUITE.erl
parentd33a0df3fe3d8b0b3bc64e66df883f9b20b76780 (diff)
downloadcowboy-cf3ab5832ad7033219b0f6a806be12c0e9cc9816.tar.gz
cowboy-cf3ab5832ad7033219b0f6a806be12c0e9cc9816.tar.bz2
cowboy-cf3ab5832ad7033219b0f6a806be12c0e9cc9816.zip
Add nowarn_export_all to all test suites
Diffstat (limited to 'test/static_handler_SUITE.erl')
-rw-r--r--test/static_handler_SUITE.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/static_handler_SUITE.erl b/test/static_handler_SUITE.erl
index e8d496c..5b02e01 100644
--- a/test/static_handler_SUITE.erl
+++ b/test/static_handler_SUITE.erl
@@ -14,6 +14,7 @@
-module(static_handler_SUITE).
-compile(export_all).
+-compile(nowarn_export_all).
-import(ct_helper, [config/2]).
-import(ct_helper, [doc/1]).