diff --git a/compiler/testData/cli/js/version.out b/compiler/testData/cli/js/version.out index 1feaa1fb984..77295403a32 100644 --- a/compiler/testData/cli/js/version.out +++ b/compiler/testData/cli/js/version.out @@ -1,3 +1,2 @@ info: Kotlin Compiler version $VERSION$ -warning: running the Kotlin compiler under Java 6 or 7 is unsupported and will no longer be possible in a future update. OK diff --git a/compiler/testData/cli/jvm/unknownExtraFlags.out b/compiler/testData/cli/jvm/unknownExtraFlags.out index f03509ff611..bac1829ceb7 100644 --- a/compiler/testData/cli/jvm/unknownExtraFlags.out +++ b/compiler/testData/cli/jvm/unknownExtraFlags.out @@ -1,5 +1,4 @@ warning: flag is not supported by this version of the compiler: -Xabcdefghijklm warning: flag is not supported by this version of the compiler: -Xnopqrstuvwxyz warning: flag is not supported by this version of the compiler: -XXxxxxxxxxxxxx -warning: running the Kotlin compiler under Java 6 or 7 is unsupported and will no longer be possible in a future update. OK diff --git a/compiler/testData/cli/jvm/version.out b/compiler/testData/cli/jvm/version.out index 1feaa1fb984..77295403a32 100644 --- a/compiler/testData/cli/jvm/version.out +++ b/compiler/testData/cli/jvm/version.out @@ -1,3 +1,2 @@ info: Kotlin Compiler version $VERSION$ -warning: running the Kotlin compiler under Java 6 or 7 is unsupported and will no longer be possible in a future update. OK