Skip to content

Commit 0e08776

Browse files
committed
Update cargo tests for rust-lang/rust#47052
1 parent e08f310 commit 0e08776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/plugins.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ fn native_plugin_dependency_with_custom_ar_linker() {
281281
execs().with_stderr_contains("\
282282
[COMPILING] foo v0.0.1 ([..])
283283
[RUNNING] `rustc [..] -C ar=nonexistent-ar -C linker=nonexistent-linker [..]`
284-
[ERROR] could not exec the linker [..]
284+
[ERROR] [..]linker[..]
285285
"));
286286
}
287287

0 commit comments

Comments
 (0)