From 240f92aae8344034f92edc809fcc2581f9bed333 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Wed, 31 Aug 2022 13:36:25 +0200 Subject: [PATCH] add comment --- tests/compiletest.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/compiletest.rs b/tests/compiletest.rs index fc5b8c6fa99f..6b5668e2d6c4 100644 --- a/tests/compiletest.rs +++ b/tests/compiletest.rs @@ -120,7 +120,7 @@ fn run_tests( "cargo-miri/Cargo.toml".into(), "--".into(), "miri".into(), - "run".into(), + "run".into(), // There is no `cargo miri build` so we just use `cargo miri run`. ]; } ui_test::run_tests(config)