File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -371,7 +371,7 @@ defmodule Mix.UmbrellaTest do
371
371
end )
372
372
end
373
373
374
- test "recompiles when path dependencies change" do
374
+ test "recompiles when compile-time path dependencies change" do
375
375
in_fixture ( "umbrella_dep/deps/umbrella/apps" , fn ->
376
376
Mix.Project . in_project ( :bar , "bar" , fn _ ->
377
377
Mix.Task . run ( "compile" , [ ] )
@@ -385,7 +385,7 @@ defmodule Mix.UmbrellaTest do
385
385
386
386
# Compile-time dependencies are recompiled
387
387
File . write! ( "../foo/lib/foo.ex" , File . read! ( "../foo/lib/foo.ex" ) <> "\n " )
388
- ensure_touched ( "../foo/lib/foo.ex" , "_build/dev/lib/foo /.mix/compile.elixir" )
388
+ ensure_touched ( "../foo/lib/foo.ex" , "_build/dev/lib/bar /.mix/compile.elixir" )
389
389
390
390
Mix.Task . clear ( )
391
391
assert Mix.Task . run ( "compile" , [ "--verbose" ] ) == { :ok , [ ] }
You can’t perform that action at this time.
0 commit comments