Remove Java 6/7 warning from expected output of the compiler

This commit is contained in:
Dmitry Jemerov
2017-03-16 16:28:13 +01:00
parent 2adacf74ac
commit 0d86bdd216
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -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
-1
View File
@@ -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
-1
View File
@@ -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