Skip to content

Commit 71aea48

Browse files
committed
Explain single element vector
1 parent 1ec85a8 commit 71aea48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tools/miri/tests/compiletest.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ fn run_tests(mode: Mode, path: &str, target: &str, with_dependencies: bool) -> R
128128
}
129129
eprintln!(" Compiler: {}", config.program.display());
130130
ui_test::run_tests_generic(
131+
// Only run one test suite. In the future we can add all test suites to one `Vec` and run
132+
// them all at once, making best use of systems with high parallelism.
131133
vec![config],
132134
// The files we're actually interested in (all `.rs` files).
133135
ui_test::default_file_filter,

0 commit comments

Comments
 (0)