Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit f321c8d

Browse files
committed
Document some arguments
1 parent 44e86e7 commit f321c8d

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
@@ -142,7 +142,9 @@ fn run_tests(mode: Mode, path: &str, target: &str, with_dependencies: bool) -> R
142142
}
143143
ui_test::run_tests_generic(
144144
config,
145+
// The files we're actually interested in (all `.rs` files).
145146
|path| path.extension().is_some_and(|ext| ext == "rs"),
147+
// This could be used to overwrite the `Config` on a per-test basis.
146148
|_, _| None,
147149
TextAndGha,
148150
)

0 commit comments

Comments
 (0)