From c0dd97b40d3204714c42d27bc339af321161cb2b Mon Sep 17 00:00:00 2001 From: Mikhail Glukhikh Date: Fri, 15 Sep 2017 15:55:57 +0300 Subject: [PATCH] Migration to expect/actual: fix CLI tests --- compiler/testData/cli/js/jsExtraHelp.out | 2 +- compiler/testData/cli/jvm/extraHelp.out | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/testData/cli/js/jsExtraHelp.out b/compiler/testData/cli/js/jsExtraHelp.out index 3706a876a31..f66cdb961f9 100644 --- a/compiler/testData/cli/js/jsExtraHelp.out +++ b/compiler/testData/cli/js/jsExtraHelp.out @@ -8,7 +8,7 @@ where advanced options include: Enable coroutines or report warnings or errors on declarations and use sites of 'suspend' modifier -Xintellij-plugin-root= Path to the kotlin-compiler.jar or directory where IntelliJ configuration files can be found -Xmulti-platform Enable experimental language support for multi-platform projects - -Xno-check-actual Do not check presence of 'impl' modifier in multi-platform projects + -Xno-check-actual Do not check presence of 'actual' modifier in multi-platform projects -Xno-inline Disable method inlining -Xplugin= Load plugins from the given classpath -Xrepeat= Repeat compilation (for performance analysis) diff --git a/compiler/testData/cli/jvm/extraHelp.out b/compiler/testData/cli/jvm/extraHelp.out index 0d118377566..e8a58b632fa 100644 --- a/compiler/testData/cli/jvm/extraHelp.out +++ b/compiler/testData/cli/jvm/extraHelp.out @@ -30,7 +30,7 @@ where advanced options include: Enable coroutines or report warnings or errors on declarations and use sites of 'suspend' modifier -Xintellij-plugin-root= Path to the kotlin-compiler.jar or directory where IntelliJ configuration files can be found -Xmulti-platform Enable experimental language support for multi-platform projects - -Xno-check-actual Do not check presence of 'impl' modifier in multi-platform projects + -Xno-check-actual Do not check presence of 'actual' modifier in multi-platform projects -Xno-inline Disable method inlining -Xplugin= Load plugins from the given classpath -Xrepeat= Repeat compilation (for performance analysis)