From: Nathanael Jones Date: Tue, 7 Feb 2017 08:47:12 +0000 (-0700) Subject: style: reduce line length X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~9^2~163^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=266c3088d9519a97806c51dca79e292d37f188ab;p=cargo.git style: reduce line length --- diff --git a/tests/build-script.rs b/tests/build-script.rs index 660ce1e71..d1679f52a 100644 --- a/tests/build-script.rs +++ b/tests/build-script.rs @@ -1812,7 +1812,9 @@ fn fresh_builds_possible_with_multiple_metadata_overrides() { [FINISHED] dev [unoptimized + debuginfo] target(s) in [..] ")); - assert_that(p.cargo("build").arg("-v").env("RUST_LOG", "cargo::ops::cargo_rustc::fingerprint=info"), + assert_that(p.cargo("build") + .arg("-v") + .env("RUST_LOG", "cargo::ops::cargo_rustc::fingerprint=info"), execs().with_status(0).with_stderr("\ [FRESH] foo v0.5.0 ([..]) [FINISHED] dev [unoptimized + debuginfo] target(s) in [..]