Unmute tests

This commit is contained in:
Zalim Bashorov
2018-10-01 15:11:41 +03:00
parent dfc3bda3b4
commit 6d592ae66b
2 changed files with 2 additions and 8 deletions
@@ -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,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("")