about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTomasz Miąsko <tomasz.miasko@gmail.com>2020-01-24 00:00:00 +0000
committerTomasz Miąsko <tomasz.miasko@gmail.com>2020-01-27 12:08:53 +0100
commitbb6aac38131528384343e6724578a89bf8daf68f (patch)
tree4aa898b3ab95b43e9dff8e48c2543ed25729eb0f
parent5ebec91abbfdbf6040918cb797765550812a03fd (diff)
downloadrust-bb6aac38131528384343e6724578a89bf8daf68f.tar.gz
rust-bb6aac38131528384343e6724578a89bf8daf68f.zip
compiletest: Update mode list displayed in `--help`
-rw-r--r--src/tools/compiletest/src/main.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tools/compiletest/src/main.rs b/src/tools/compiletest/src/main.rs
index 5f8aa01f4fc..716bfd833d4 100644
--- a/src/tools/compiletest/src/main.rs
+++ b/src/tools/compiletest/src/main.rs
@@ -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(
             "",