]> git.lizzy.rs Git - rust.git/blobdiff - miri
Replace all //error-pattern comments with strict syntax and fix other comments in...
[rust.git] / miri
diff --git a/miri b/miri
index f0d92b6a2b5391b80e8b7f89abf64882edb32051..be51535d59bf326c80c2f0ac64297d4ec4afc428 100755 (executable)
--- a/miri
+++ b/miri
@@ -181,8 +181,8 @@ test|test-debug|bless|bless-debug)
     esac
     # Then test, and let caller control flags.
     # Only in root project and ui_test as `cargo-miri` has no tests.
-    $CARGO test $CARGO_BUILD_FLAGS --manifest-path "$MIRIDIR"/Cargo.toml "$@"
     $CARGO test $CARGO_BUILD_FLAGS --manifest-path "$MIRIDIR"/ui_test/Cargo.toml "$@"
+    $CARGO test $CARGO_BUILD_FLAGS --manifest-path "$MIRIDIR"/Cargo.toml "$@"
     ;;
 run|run-debug)
     # Scan for "--target" to overwrite the "MIRI_TEST_TARGET" env var so