From 79cbfcd75063439dbcfaff2d41475eb828a93c3f Mon Sep 17 00:00:00 2001 From: Mikhail Mutcianko Date: Fri, 25 Jul 2014 12:59:50 +0400 Subject: [PATCH] fix compiler argument tests --- compiler/testData/cli/jvm/help.out | 1 + compiler/testData/cli/jvm/wrongArgument.out | 1 + 2 files changed, 2 insertions(+) diff --git a/compiler/testData/cli/jvm/help.out b/compiler/testData/cli/jvm/help.out index 0095f4f129f..f6837c372ab 100644 --- a/compiler/testData/cli/jvm/help.out +++ b/compiler/testData/cli/jvm/help.out @@ -10,6 +10,7 @@ where possible options include: -module Path to the module file to compile -script Evaluate the script file -kotlin-home Path to Kotlin compiler home directory, used for annotations and runtime libraries discovery + -androidRes Android resources path -nowarn Generate no warnings -verbose Enable verbose logging output -version Display compiler version diff --git a/compiler/testData/cli/jvm/wrongArgument.out b/compiler/testData/cli/jvm/wrongArgument.out index cb6bf8083e9..408579f0b38 100644 --- a/compiler/testData/cli/jvm/wrongArgument.out +++ b/compiler/testData/cli/jvm/wrongArgument.out @@ -11,6 +11,7 @@ where possible options include: -module Path to the module file to compile -script Evaluate the script file -kotlin-home Path to Kotlin compiler home directory, used for annotations and runtime libraries discovery + -androidRes Android resources path -nowarn Generate no warnings -verbose Enable verbose logging output -version Display compiler version