Skip to content

Commit

Permalink
compiletest: Update mode list displayed in --help
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiasko committed Jan 27, 2020
1 parent 5ebec91 commit bb6aac3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tools/compiletest/src/main.rs
Expand Up @@ -70,7 +70,8 @@ pub fn parse_config(args: Vec<String>) -> Config {
"",
"mode",
"which sort of compile tests to run",
"(compile-fail|run-fail|run-pass-valgrind|pretty|debug-info|incremental|mir-opt)",
"compile-fail | run-fail | run-pass-valgrind | pretty | debug-info | codegen | rustdoc \
codegen-units | incremental | run-make | ui | js-doc-test | mir-opt | assembly",
)
.optopt(
"",
Expand Down

0 comments on commit bb6aac3

Please sign in to comment.