aboutsummaryrefslogtreecommitdiffstats
path: root/test/shutdown_SUITE.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-05-16 17:19:38 +0200
committerLoïc Hoguin <[email protected]>2018-05-16 17:19:38 +0200
commit03219f30c9f46012148297aad718805a5dc27991 (patch)
tree9aa4aa7b28b37ce5b3e0cf8273eb1c884483775c /test/shutdown_SUITE.erl
parent963f53942f1106771e91a018ac9ad46e3bc6a777 (diff)
downloadranch-03219f30c9f46012148297aad718805a5dc27991.tar.gz
ranch-03219f30c9f46012148297aad718805a5dc27991.tar.bz2
ranch-03219f30c9f46012148297aad718805a5dc27991.zip
Add nowarn_export_all to test suites
Diffstat (limited to 'test/shutdown_SUITE.erl')
-rw-r--r--test/shutdown_SUITE.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/shutdown_SUITE.erl b/test/shutdown_SUITE.erl
index cf1edfd..d46e223 100644
--- a/test/shutdown_SUITE.erl
+++ b/test/shutdown_SUITE.erl
@@ -14,6 +14,7 @@
-module(shutdown_SUITE).
-compile(export_all).
+-compile(nowarn_export_all).
-import(ct_helper, [doc/1]).
-import(ct_helper, [name/0]).