Fix test data

This commit is contained in:
Mikhael Bogdanov
2018-08-02 15:51:07 +02:00
parent e923c65704
commit a8b9393e79
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
// TARGET_BACKEND: JVM
// WITH_RUNTIME
// FULL_JDK
@@ -85,3 +84,4 @@ fun String.fail(): String {
fun call(): String {
return "xxx"
}
// IGNORE_BACKEND: JVM_IR
+1 -1
View File
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
// TARGET_BACKEND: JVM
// WITH_RUNTIME
// FULL_JDK
@@ -65,3 +64,4 @@ infix fun String.fail(p: String): String {
fun call(): String {
return "xxx"
}
// IGNORE_BACKEND: JVM_IR
+1 -1
View File
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
// TARGET_BACKEND: JVM
// WITH_RUNTIME
// FULL_JDK
@@ -109,3 +108,4 @@ inline fun inlineFun(): String {
fun fail(): String {
throw AssertionError("fail")
}
// IGNORE_BACKEND: JVM_IR