From bafaf9e46ca971088526cb1dcd795b2ec26ea8c7 Mon Sep 17 00:00:00 2001 From: Mikhail Mutcianko Date: Wed, 20 Aug 2014 17:38:37 +0400 Subject: [PATCH] fix cli 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 f6837c372ab..abb5afc4af9 100644 --- a/compiler/testData/cli/jvm/help.out +++ b/compiler/testData/cli/jvm/help.out @@ -11,6 +11,7 @@ where possible options include: -script Evaluate the script file -kotlin-home Path to Kotlin compiler home directory, used for annotations and runtime libraries discovery -androidRes Android resources path + -androidManifest Android manifest file -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 408579f0b38..99ba24b71a2 100644 --- a/compiler/testData/cli/jvm/wrongArgument.out +++ b/compiler/testData/cli/jvm/wrongArgument.out @@ -12,6 +12,7 @@ where possible options include: -script Evaluate the script file -kotlin-home Path to Kotlin compiler home directory, used for annotations and runtime libraries discovery -androidRes Android resources path + -androidManifest Android manifest file -nowarn Generate no warnings -verbose Enable verbose logging output -version Display compiler version