From e99697e3a2a9caa3069b45fe4b8b2b776ca6b5fc Mon Sep 17 00:00:00 2001 From: Ilya Chernikov Date: Mon, 8 Aug 2016 21:14:46 +0200 Subject: [PATCH] Fix testdata for cli help tests --- compiler/testData/cli/jvm/help.out | 2 ++ compiler/testData/cli/jvm/wrongArgument.out | 2 ++ 2 files changed, 4 insertions(+) diff --git a/compiler/testData/cli/jvm/help.out b/compiler/testData/cli/jvm/help.out index c4ca0745708..39f4268f98c 100644 --- a/compiler/testData/cli/jvm/help.out +++ b/compiler/testData/cli/jvm/help.out @@ -9,6 +9,8 @@ where possible options include: -no-reflect Don't include Kotlin reflection implementation into classpath -module Path to the module file to compile -script Evaluate the script file + -script-templates + Script definition template classes -kotlin-home Path to Kotlin compiler home directory, used for runtime libraries discovery -module-name Module name -jvm-target Target version of the generated JVM bytecode (1.6 or 1.8), default is 1.6 diff --git a/compiler/testData/cli/jvm/wrongArgument.out b/compiler/testData/cli/jvm/wrongArgument.out index 047fea73f74..3a6f8452482 100644 --- a/compiler/testData/cli/jvm/wrongArgument.out +++ b/compiler/testData/cli/jvm/wrongArgument.out @@ -10,6 +10,8 @@ where possible options include: -no-reflect Don't include Kotlin reflection implementation into classpath -module Path to the module file to compile -script Evaluate the script file + -script-templates + Script definition template classes -kotlin-home Path to Kotlin compiler home directory, used for runtime libraries discovery -module-name Module name -jvm-target Target version of the generated JVM bytecode (1.6 or 1.8), default is 1.6