aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/test/supervisor_deadlock.erl
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2017-10-10 10:49:48 +0200
committerSiri Hansen <[email protected]>2017-11-09 15:15:58 +0100
commitf2d4d4fa6a6245da78fc145b7010ae6f36626ed5 (patch)
tree46b5ba62292263a012e566838901c82654ccb48e /lib/stdlib/test/supervisor_deadlock.erl
parent62db6a63625ef67d7474da1efc8d4f65bfd8c251 (diff)
downloadotp-f2d4d4fa6a6245da78fc145b7010ae6f36626ed5.tar.gz
otp-f2d4d4fa6a6245da78fc145b7010ae6f36626ed5.tar.bz2
otp-f2d4d4fa6a6245da78fc145b7010ae6f36626ed5.zip
[supervisor] Improve test suite before refactoring
Diffstat (limited to 'lib/stdlib/test/supervisor_deadlock.erl')
-rw-r--r--lib/stdlib/test/supervisor_deadlock.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/test/supervisor_deadlock.erl b/lib/stdlib/test/supervisor_deadlock.erl
index 8d3d1c6f30..f51aecccb2 100644
--- a/lib/stdlib/test/supervisor_deadlock.erl
+++ b/lib/stdlib/test/supervisor_deadlock.erl
@@ -1,5 +1,5 @@
-module(supervisor_deadlock).
--compile(export_all).
+-compile([export_all,nowarn_export_all]).
%%%-----------------------------------------------------------------