We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38aa5c5 commit c43bc6aCopy full SHA for c43bc6a
lib/mix/test/mix/umbrella_test.exs
@@ -144,7 +144,7 @@ defmodule Mix.UmbrellaTest do
144
145
# Ensure we can measure a timestamp difference
146
ensure_touched("../foo/lib/foo.ex",
147
- File.stat!("_build/dev/lib/foo/.compile.lock").mtime)
+ File.stat!("_build/dev/lib/bar/.compile.lock").mtime)
148
149
Mix.Task.run "compile"
150
assert Mix.Tasks.Compile.Elixir.run([]) == :noop
0 commit comments