Skip to content

Commit 240f92a

Browse files
authored
add comment
1 parent eafc100 commit 240f92a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/compiletest.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ fn run_tests(
120120
"cargo-miri/Cargo.toml".into(),
121121
"--".into(),
122122
"miri".into(),
123-
"run".into(),
123+
"run".into(), // There is no `cargo miri build` so we just use `cargo miri run`.
124124
];
125125
}
126126
ui_test::run_tests(config)

0 commit comments

Comments
 (0)