From: Inokentiy Babushkin Date: Wed, 30 Nov 2016 00:05:55 +0000 (+0100) Subject: Updated one more test to fit new rustc argument order. X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~11^2~107^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=01118dcab560f8083d135e3ea7af115855f492ba;p=cargo.git Updated one more test to fit new rustc argument order. --- diff --git a/tests/cross-compile.rs b/tests/cross-compile.rs index d865ffc6e..6cffa301f 100644 --- a/tests/cross-compile.rs +++ b/tests/cross-compile.rs @@ -804,9 +804,9 @@ fn plugin_build_script_right_arch() { execs().with_status(0) .with_stderr("\ [COMPILING] foo v0.0.1 ([..]) -[RUNNING] `rustc build.rs [..]` +[RUNNING] `rustc [..] build.rs [..]` [RUNNING] `[..][/]build-script-build` -[RUNNING] `rustc src[/]lib.rs [..]` +[RUNNING] `rustc [..] src[/]lib.rs [..]` [FINISHED] debug [unoptimized + debuginfo] target(s) in [..] ")); }