From 0e08776882a3a84822b8fca2998cf3d376423fd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sch=C3=BCtt?= Date: Fri, 29 Dec 2017 11:46:07 +0100 Subject: [PATCH] Update cargo tests for https://github.com/rust-lang/rust/pull/47052 --- tests/plugins.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/plugins.rs b/tests/plugins.rs index c10e4786553..b464b945f62 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[..] ")); }