From f2d4d4fa6a6245da78fc145b7010ae6f36626ed5 Mon Sep 17 00:00:00 2001 From: Siri Hansen Date: Tue, 10 Oct 2017 10:49:48 +0200 Subject: [supervisor] Improve test suite before refactoring --- lib/stdlib/test/supervisor_deadlock.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/stdlib/test/supervisor_deadlock.erl') 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]). %%%----------------------------------------------------------------- -- cgit v1.2.3