Skip to content

Commit 23e7e78

Browse files
committed
Added comment above Mode::RunPass noting that it now behaves like Mode::Ui.
1 parent 1eb8690 commit 23e7e78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/compiletest/src/common.rs

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ pub enum Mode {
2121
CompileFail,
2222
ParseFail,
2323
RunFail,
24+
/// This now behaves like a `ui` test that has an implict `// run-pass`.
2425
RunPass,
2526
RunPassValgrind,
2627
Pretty,

0 commit comments

Comments
 (0)