From: Inokentiy Babushkin Date: Wed, 30 Nov 2016 07:49:00 +0000 (+0100) Subject: Another test update for the argument order changetest update for the 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~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e0609ab63bf1e6f32c6cc2fdba4bba5947227937;p=cargo.git Another test update for the argument order changetest update for the argument order change. Please enter the commit message for your changes. Lines starting --- diff --git a/tests/doc.rs b/tests/doc.rs index 457e53c25..44f2f4dff 100644 --- a/tests/doc.rs +++ b/tests/doc.rs @@ -445,7 +445,7 @@ fn doc_release() { execs().with_status(0) .with_stderr("\ [DOCUMENTING] foo v0.0.1 ([..]) -[RUNNING] `rustdoc src[/]lib.rs [..]` +[RUNNING] `rustdoc [..] src[/]lib.rs [..]` ")); }