From: Felix Schütt Date: Fri, 29 Dec 2017 10:46:07 +0000 (+0100) Subject: Update cargo tests for https://github.com/rust-lang/rust/pull/47052 X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~4^2~4^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0e08776882a3a84822b8fca2998cf3d376423fd0;p=cargo.git Update cargo tests for https://github.com/rust-lang/rust/pull/47052 --- diff --git a/tests/plugins.rs b/tests/plugins.rs index c10e47865..b464b945f 100644 --- 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[..] ")); }