Skip to content

Commit ff3dcad

Browse files
committed
Do not prune code paths in tests
1 parent 5904df0 commit ff3dcad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/mix/tasks/compile.make_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ defmodule Mix.Tasks.Compile.ElixirMakeTest do
307307
refute File.exists?(build_file_path)
308308

309309
capture_io(fn ->
310-
Mix.Tasks.Compile.run([])
310+
Mix.Tasks.Compile.run(["--no-prune-code-paths"])
311311
end)
312312

313313
assert File.exists?(build_file_path)

0 commit comments

Comments
 (0)