Minor: remove IGNORE_BACKEND for passing JS_IR tests

This commit is contained in:
Dmitry Petrov
2018-11-07 18:21:19 +03:00
parent 8262d4a4b9
commit b5664755c8
3 changed files with 0 additions and 3 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
// EXPECTED_REACHABLE_NODES: 1280
package foo
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
// EXPECTED_REACHABLE_NODES: 1290
// FILE: nativeNativeKotlin.kt
-1
View File
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS_IR
// EXPECTED_REACHABLE_NODES: 1281
external class TypeError(message: String?, fileName: String? = definedExternally, lineNumber: Int? = definedExternally) : Throwable