From 24b1f2ed1f86c41babc8ace454a9997634fc8b3c Mon Sep 17 00:00:00 2001 From: Denis Zharkov Date: Thu, 14 Sep 2017 11:57:53 +0300 Subject: [PATCH] Minor. Update CliTestGenerated.Jvm::testExtraHelp test data --- compiler/testData/cli/jvm/extraHelp.out | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compiler/testData/cli/jvm/extraHelp.out b/compiler/testData/cli/jvm/extraHelp.out index 1768d4a0c5f..8c38854f147 100644 --- a/compiler/testData/cli/jvm/extraHelp.out +++ b/compiler/testData/cli/jvm/extraHelp.out @@ -9,8 +9,7 @@ where advanced options include: -Xmultifile-parts-inherit Compile multifile classes as a hierarchy of parts and facade -Xmodule-path= Paths where to find Java 9+ modules -Xjavac-arguments= Java compiler arguments - -Xjsr305-annotations={ignore|enable|warn} - Specify global behavior for JSR-305 nullability annotations: ignore, treat as other supported nullability annotations, or report a warning + -Xjsr305={ignore|strict|warn} Specify global behavior for JSR-305 nullability annotations: ignore, treat as other supported nullability annotations, or report a warning -Xload-builtins-from-dependencies Load definitions of built-in declarations from module dependencies, instead of from the compiler -Xno-call-assertions Don't generate not-null assertions for arguments of platform types