projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e08f310
)
Update cargo tests for https://github.com/rust-lang/rust/pull/47052
author
Felix Schütt
<felix.schuett@maps4print.com>
Fri, 29 Dec 2017 10:46:07 +0000
(11:46 +0100)
committer
Felix Schütt
<felix.schuett@maps4print.com>
Fri, 29 Dec 2017 12:05:42 +0000
(13:05 +0100)
tests/plugins.rs
patch
|
blob
|
history
diff --git
a/tests/plugins.rs
b/tests/plugins.rs
index c10e478655325d38a4571d7aacb5d048e5069c90..b464b945f629927263cbca7816d0130651877357 100644
(file)
--- a/
tests/plugins.rs
+++ b/
tests/plugins.rs
@@
-281,7
+281,7
@@
fn native_plugin_dependency_with_custom_ar_linker() {
execs().with_stderr_contains("\
[COMPILING] foo v0.0.1 ([..])
[RUNNING] `rustc [..] -C ar=nonexistent-ar -C linker=nonexistent-linker [..]`
-[ERROR]
could not exec the linker
[..]
+[ERROR]
[..]linker
[..]
"));
}