Skip to content

Commit bb6aac3

Browse files
committed
compiletest: Update mode list displayed in --help
1 parent 5ebec91 commit bb6aac3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/tools/compiletest/src/main.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ pub fn parse_config(args: Vec<String>) -> Config {
7070
"",
7171
"mode",
7272
"which sort of compile tests to run",
73-
"(compile-fail|run-fail|run-pass-valgrind|pretty|debug-info|incremental|mir-opt)",
73+
"compile-fail | run-fail | run-pass-valgrind | pretty | debug-info | codegen | rustdoc \
74+
codegen-units | incremental | run-make | ui | js-doc-test | mir-opt | assembly",
7475
)
7576
.optopt(
7677
"",

0 commit comments

Comments
 (0)