Unmute tests
This commit is contained in:
Vendored
+1
-4
@@ -1,5 +1,4 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
// IGNORE_BACKEND: JS_IR
|
||||
// FILE: 1.kt
|
||||
// WITH_RUNTIME
|
||||
package test
|
||||
@@ -39,9 +38,7 @@ public inline fun <R> doCallWithException(h: Holder, block: ()-> R) : R {
|
||||
// FILE: 2.kt
|
||||
|
||||
import test.*
|
||||
import kotlin.test.assertEquals
|
||||
import kotlin.test.assertTrue
|
||||
import kotlin.test.fail
|
||||
import kotlin.test.*
|
||||
|
||||
fun test1(): Holder {
|
||||
val h = Holder("")
|
||||
|
||||
+1
-4
@@ -1,5 +1,4 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
// IGNORE_BACKEND: JS_IR
|
||||
// FILE: 1.kt
|
||||
// WITH_RUNTIME
|
||||
package test
|
||||
@@ -39,9 +38,7 @@ public inline fun <R> doCallWithException(h: Holder, block: ()-> R) {
|
||||
// FILE: 2.kt
|
||||
|
||||
import test.*
|
||||
import kotlin.test.assertEquals
|
||||
import kotlin.test.assertTrue
|
||||
import kotlin.test.fail
|
||||
import kotlin.test.*
|
||||
|
||||
fun test1(): Holder {
|
||||
val h = Holder("")
|
||||
|
||||
Reference in New Issue
Block a user