Update cargo tests for https://github.com/rust-lang/rust/pull/47052
authorFelix Schütt <felix.schuett@maps4print.com>
Fri, 29 Dec 2017 10:46:07 +0000 (11:46 +0100)
committerFelix Schütt <felix.schuett@maps4print.com>
Fri, 29 Dec 2017 12:05:42 +0000 (13:05 +0100)
tests/plugins.rs

index c10e478655325d38a4571d7aacb5d048e5069c90..b464b945f629927263cbca7816d0130651877357 100644 (file)
@@ -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[..]
 "));
 }