compiletest: Update mode list displayed in --help

This commit is contained in:
Tomasz Miąsko 2020-01-24 00:00:00 +00:00
parent 5ebec91abb
commit bb6aac3813

View File

@ -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(
"",