From: Inokentiy Babushkin Date: Wed, 30 Nov 2016 19:42:44 +0000 (+0100) Subject: Fixed type breaking some tests. X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~11^2~107^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=befc33b2047fcc94e79488fd8b969699e533789a;p=cargo.git Fixed type breaking some tests. --- diff --git a/tests/run.rs b/tests/run.rs index 095f6dc98..4e666086f 100644 --- a/tests/run.rs +++ b/tests/run.rs @@ -423,7 +423,7 @@ fn example_with_release_flag() { --emit=dep-info,link \ -L dependency={dir}[/]target[/]release[/]deps` [COMPILING] foo v0.0.1 ({url}) -[RUNNING] `rustc --crate-name a examples[/]a.rs --crate-type bin \ +[RUNNING] `rustc --crate-name a examples[/]a.rs --crate-type bin \ -C opt-level=3 \ -C metadata=[..] \ --out-dir {dir}[/]target[/]release[/]examples \