Remove obsolete code about runtime versions conflict

This commit is contained in:
Alexander Udalov
2017-07-07 18:44:18 +03:00
parent 4128064f87
commit c94b21edd5
11 changed files with 28 additions and 118 deletions
@@ -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()