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)