Fix cli testdata for changed diagnostics in K2
This commit is contained in:
committed by
Space Team
parent
7b49acb490
commit
3dc1b26d83
+1
-1
@@ -1,7 +1,7 @@
|
||||
warning: unable to find kotlin-stdlib.jar in the Kotlin home directory. Pass either '-no-stdlib' to prevent adding it to the classpath, or the correct '-kotlin-home'
|
||||
warning: unable to find kotlin-script-runtime.jar in the Kotlin home directory. Pass either '-no-stdlib' to prevent adding it to the classpath, or the correct '-kotlin-home'
|
||||
warning: unable to find kotlin-reflect.jar in the Kotlin home directory. Pass either '-no-reflect' or '-no-stdlib' to prevent adding it to the classpath, or the correct '-kotlin-home'
|
||||
compiler/testData/cli/jvm/simple.kt:1:14: error: unresolved reference: println
|
||||
compiler/testData/cli/jvm/simple.kt:1:14: error: unresolved reference 'println'.
|
||||
fun main() = println("hello world")
|
||||
^
|
||||
COMPILATION_ERROR
|
||||
|
||||
Reference in New Issue
Block a user