Skip to content

Commit 2d85908

Browse files
authored
Auto merge of #2979 - jonathandturner:prepare_for_new_format, r=alexcrichton
Update cargo tests in prep for new errors This updates a couple tests so that we can upgrade rustc to new error format. r? @alexcrichton
2 parents e958281 + 7e10fad commit 2d85908

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/build-script.rs

-2
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,6 @@ fn output_separate_lines() {
857857
[RUNNING] `[..]foo-[..]build-script-build[..]`
858858
[RUNNING] `rustc [..] --crate-name foo [..] -L foo -l static=foo`
859859
[ERROR] could not find native static library [..]
860-
[ERROR] Could not compile [..]
861860
"));
862861
}
863862

@@ -886,7 +885,6 @@ fn output_separate_lines_new() {
886885
[RUNNING] `[..]foo-[..]build-script-build[..]`
887886
[RUNNING] `rustc [..] --crate-name foo [..] -L foo -l static=foo`
888887
[ERROR] could not find native static library [..]
889-
[ERROR] Could not compile [..]
890888
"));
891889
}
892890

0 commit comments

Comments
 (0)