Skip to content

Commit

Permalink
Fix test: rustc is now needed at parse-time to resolve the location o…
Browse files Browse the repository at this point in the history
…f the compiler source
  • Loading branch information
Ericson2314 committed Oct 10, 2016
1 parent 2306e1f commit 43ecceb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1967,7 +1967,10 @@ fn rustc_env_var() {
.env("RUSTC", "rustc-that-does-not-exist").arg("-v"),
execs().with_status(101)
.with_stderr("\
[ERROR] could not execute process `rustc-that-does-not-exist -vV` ([..])
[ERROR] failed to parse manifest at [..]
Caused by:
could not execute process `rustc-that-does-not-exist -vV` ([..])
Caused by:
[..]
Expand Down

0 comments on commit 43ecceb

Please sign in to comment.