Remove obsolete code about runtime versions conflict
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
$TESTDATA_DIR$/conflictingRuntimeVersions.kt
|
||||
-classpath
|
||||
$TESTDATA_DIR$/kotlin-runtime-4584-stub/kotlin-runtime.jar
|
||||
-d
|
||||
$TEMP_DIR$
|
||||
@@ -1,5 +0,0 @@
|
||||
error: conflicting versions of Kotlin runtime on classpath: $TESTDATA_DIR$/kotlin-runtime-4584-stub/kotlin-runtime.jar, $PROJECT_DIR$/lib/kotlin-runtime.jar
|
||||
compiler/testData/cli/jvm/conflictingRuntimeVersions.kt:1:9: error: unresolved reference: unresolvedFunction
|
||||
val f = unresolvedFunction()
|
||||
^
|
||||
COMPILATION_ERROR
|
||||
@@ -1,5 +0,0 @@
|
||||
$TESTDATA_DIR$/simple.kt
|
||||
-classpath
|
||||
$TESTDATA_DIR$/kotlin-runtime-4584-stub/kotlin-runtime.jar
|
||||
-d
|
||||
$TEMP_DIR$
|
||||
@@ -1 +0,0 @@
|
||||
OK
|
||||
@@ -1 +0,0 @@
|
||||
val f = unresolvedFunction()
|
||||
Binary file not shown.
Reference in New Issue
Block a user