From b5664755c81452a6409c688171a9f7ee9c855ed0 Mon Sep 17 00:00:00 2001 From: Dmitry Petrov Date: Wed, 7 Nov 2018 18:21:19 +0300 Subject: [PATCH] Minor: remove IGNORE_BACKEND for passing JS_IR tests --- js/js.translator/testData/box/expression/if/withEmptyBlocks.kt | 1 - js/js.translator/testData/box/inheritance/nativeNativeKotlin.kt | 1 - js/js.translator/testData/box/native/exception.kt | 1 - 3 files changed, 3 deletions(-) diff --git a/js/js.translator/testData/box/expression/if/withEmptyBlocks.kt b/js/js.translator/testData/box/expression/if/withEmptyBlocks.kt index bf91f8f9104..784623592e3 100644 --- a/js/js.translator/testData/box/expression/if/withEmptyBlocks.kt +++ b/js/js.translator/testData/box/expression/if/withEmptyBlocks.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JS_IR // EXPECTED_REACHABLE_NODES: 1280 package foo diff --git a/js/js.translator/testData/box/inheritance/nativeNativeKotlin.kt b/js/js.translator/testData/box/inheritance/nativeNativeKotlin.kt index 937eea5426c..9ff866127e0 100644 --- a/js/js.translator/testData/box/inheritance/nativeNativeKotlin.kt +++ b/js/js.translator/testData/box/inheritance/nativeNativeKotlin.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JS_IR // EXPECTED_REACHABLE_NODES: 1290 // FILE: nativeNativeKotlin.kt diff --git a/js/js.translator/testData/box/native/exception.kt b/js/js.translator/testData/box/native/exception.kt index d4cb57aa5a9..ed3ee741b26 100644 --- a/js/js.translator/testData/box/native/exception.kt +++ b/js/js.translator/testData/box/native/exception.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JS_IR // EXPECTED_REACHABLE_NODES: 1281 external class TypeError(message: String?, fileName: String? = definedExternally, lineNumber: Int? = definedExternally) : Throwable