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