From bb6aac38131528384343e6724578a89bf8daf68f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Mi=C4=85sko?= Date: Fri, 24 Jan 2020 00:00:00 +0000 Subject: [PATCH] compiletest: Update mode list displayed in `--help` --- src/tools/compiletest/src/main.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tools/compiletest/src/main.rs b/src/tools/compiletest/src/main.rs index 5f8aa01f4fc79..716bfd833d4d5 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) -> 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( "",