Compilation errors are rendered to log without "Kotlin:ERROR:" prefix and without path to file. Sometimes javac adds path to file, sometimes doesn't. This had led tests to fail on some platforms.
This commit is contained in:
+2
-2
@@ -6,7 +6,7 @@ Compiling files:
|
||||
src/usage.kt
|
||||
End of files
|
||||
COMPILATION FAILED
|
||||
Kotlin:ERROR:Expecting an expression
|
||||
Expecting an expression
|
||||
|
||||
|
||||
Cleaning output files:
|
||||
@@ -15,4 +15,4 @@ End of files
|
||||
Compiling files:
|
||||
src/fun.kt
|
||||
src/usage.kt
|
||||
End of files
|
||||
End of files
|
||||
Reference in New Issue
Block a user