From: Nathanael Jones Date: Tue, 7 Feb 2017 09:34:04 +0000 (-0700) Subject: Adjust test overrides_and_links. X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~9^2~163^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7a8b25a;p=cargo.git Adjust test overrides_and_links. While order between rust-c-link-lib and rustc-flags was always undefined (for TOML configuration), order of link paths/libs within a single rustc-flags value was maintained. Now we sort them all. --- diff --git a/tests/build-script.rs b/tests/build-script.rs index d1679f52a..d0179e68a 100644 --- a/tests/build-script.rs +++ b/tests/build-script.rs @@ -306,7 +306,7 @@ fn overrides_and_links() { [..] [..] [..] -[RUNNING] `rustc --crate-name foo [..] -L foo -L bar[..]` +[RUNNING] `rustc --crate-name foo [..] -L bar -L foo` [FINISHED] dev [unoptimized + debuginfo] target(s) in [..] ")); }