Skip to content

Commit 274557b

Browse files
committed
Fix bootstrap warning
1 parent d794620 commit 274557b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/mix/lib/mix/compilers/test.ex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ defmodule Mix.Compilers.Test do
1111
runtime_references: [],
1212
external: []
1313

14-
@compile {:no_warn_undefined, ExUnit.Server}
14+
# Necessary to avoid warnings during bootstrap
15+
@compile {:no_warn_undefined, ExUnit}
1516
@stale_manifest "compile.test_stale"
1617
@manifest_vsn 1
1718

0 commit comments

Comments
 (0)