Unmute ir-tests after prev commit

This commit is contained in:
Mikhael Bogdanov
2018-08-08 12:10:37 +03:00
parent da34299064
commit 06b16a6459
136 changed files with 1 additions and 136 deletions
-1
View File
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
abstract class WaitFor {
init {
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
open class Base(val addr: Long, val name: String)
fun box(): String {
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
// IGNORE_BACKEND: JS_IR
abstract class Base(val s: String, vararg ints: Int)
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
open class Foo(val value: String) {
open inner class Inner(val d: Double = -1.0, val s: String, vararg val y: Int) {
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
open class Base() {
open fun baseFun(): String = "Base.baseFun()"