Skip to content

Commit

Permalink
Explain single element vector
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Sep 25, 2023
1 parent 25d6df8 commit 4a3b941
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/compiletest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ fn run_tests(mode: Mode, path: &str, target: &str, with_dependencies: bool) -> R
}
eprintln!(" Compiler: {}", config.program.display());
ui_test::run_tests_generic(
// Only run one test suite. In the future we can add all test suites to one `Vec` and run
// them all at once, making best use of systems with high parallelism.
vec![config],
// The files we're actually interested in (all `.rs` files).
ui_test::default_file_filter,
Expand Down

0 comments on commit 4a3b941

Please sign in to comment.