From 03f4ef4a090744929e39bcb7a417e52a6b184eda Mon Sep 17 00:00:00 2001 From: Evgeny Gerashchenko Date: Fri, 6 Jul 2012 11:40:30 +0400 Subject: [PATCH] Fixed expected output for CliTest.help. --- compiler/testData/cli/help.out | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/compiler/testData/cli/help.out b/compiler/testData/cli/help.out index b8ae6583445..9235aea4de2 100644 --- a/compiler/testData/cli/help.out +++ b/compiler/testData/cli/help.out @@ -4,9 +4,10 @@ Usage: org.jetbrains.jet.cli.jvm.K2JVMCompilerArguments -classpath [String] classpath to use when compiling -annotations [String] paths to external annotations -includeRuntime [flag] - -stdlib [String] Path to the stdlib.jar - -jdkAnnotations [String] Path to the kotlin-jdk-annotations.jar - -mode [String] Special compiler modes: stubs or jdkHeaders + -noJdk [flag] + -noStdlib [flag] + -noJdkAnnotations [flag] + -builtins [flag] -output [String] output directory -module [String] module to compile -script [flag]