From 999e1061b89b744f9d60e4c0376024e2c1aba072 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Fri, 17 Mar 2017 18:15:08 +0300 Subject: [PATCH] Update test data for ant task tests Looks like javac 1.8 started to report compilation errors a bit differently here --- .../ant/jvm/noReflectForJavac/build.log.expected | 6 +++--- .../integration/ant/jvm/noStdlibForJavac/build.log.expected | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/compiler/testData/integration/ant/jvm/noReflectForJavac/build.log.expected b/compiler/testData/integration/ant/jvm/noReflectForJavac/build.log.expected index c6a3d33f733..a1d9b03c610 100644 --- a/compiler/testData/integration/ant/jvm/noReflectForJavac/build.log.expected +++ b/compiler/testData/integration/ant/jvm/noReflectForJavac/build.log.expected @@ -5,11 +5,11 @@ build: [mkdir] Created dir: [Temp]/classes [javac] Compiling 1 source file to [Temp]/classes [javac] Running javac... - [javac] [TestData]/J.java:3: cannot find symbol - [javac] symbol : class KClassesKt - [javac] location: package kotlin.reflect + [javac] [TestData]/J.java:3: error: cannot find symbol [javac] import kotlin.reflect.KClassesKt; [javac] ^ + [javac] symbol: class KClassesKt + [javac] location: package kotlin.reflect [javac] 1 error ERR: diff --git a/compiler/testData/integration/ant/jvm/noStdlibForJavac/build.log.expected b/compiler/testData/integration/ant/jvm/noStdlibForJavac/build.log.expected index 9242db7b8e2..f8a44d5f49a 100644 --- a/compiler/testData/integration/ant/jvm/noStdlibForJavac/build.log.expected +++ b/compiler/testData/integration/ant/jvm/noStdlibForJavac/build.log.expected @@ -5,7 +5,7 @@ build: [mkdir] Created dir: [Temp]/classes [javac] Compiling 1 source file to [Temp]/classes [javac] Running javac... - [javac] [TestData]/J.java:3: package kotlin does not exist + [javac] [TestData]/J.java:3: error: package kotlin does not exist [javac] import kotlin.Unit; [javac] ^ [javac] 1 error