From 0d86bdd216f88a69d6c5bc3fc7d48c2be18c7137 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Thu, 16 Mar 2017 16:28:13 +0100 Subject: [PATCH] Remove Java 6/7 warning from expected output of the compiler --- compiler/testData/cli/js/version.out | 1 - compiler/testData/cli/jvm/unknownExtraFlags.out | 1 - compiler/testData/cli/jvm/version.out | 1 - 3 files changed, 3 deletions(-) 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