]> git.proxmox.com Git - cargo.git/commitdiff
Fix fix_path_deps again.
authorEric Huss <eric@huss.org>
Tue, 6 Nov 2018 00:32:27 +0000 (16:32 -0800)
committerEric Huss <eric@huss.org>
Tue, 6 Nov 2018 00:32:27 +0000 (16:32 -0800)
tests/testsuite/fix.rs

index d37688368f0e915e72028c7829b7c4a067058c62..a3775b889ef50c82ad0e4bc11b068f2f9ca7851d 100644 (file)
@@ -183,7 +183,7 @@ fn fix_path_deps() {
     p.cargo("fix --allow-no-vcs -p foo -p bar")
         .env("__CARGO_FIX_YOLO", "1")
         .with_stdout("")
-        .with_stderr(
+        .with_stderr_unordered(
             "\
 [CHECKING] bar v0.1.0 ([..])
 [FIXING] bar/src/lib.rs (1 fix)