From 7b3416c99fe8f774393b7c26d886fb967f88278f Mon Sep 17 00:00:00 2001 From: Svyatoslav Kuzmich Date: Thu, 28 Feb 2019 23:29:54 +0300 Subject: [PATCH] [JS IR BE] Disable @library test for JS IR @library is an internal annotation used in legacy stdlib to expose declarations written in JS. IR BE based stdlib will not include JS code thus annotation will not be supported. --- js/js.translator/testData/box/native/library.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/js.translator/testData/box/native/library.kt b/js/js.translator/testData/box/native/library.kt index b486c899463..26611a8ac7b 100644 --- a/js/js.translator/testData/box/native/library.kt +++ b/js/js.translator/testData/box/native/library.kt @@ -1,4 +1,4 @@ -// IGNORE_BACKEND: JS_IR +// DONT_TARGET_EXACT_BACKEND: JS_IR // EXPECTED_REACHABLE_NODES: 1282 @file:Suppress("INVISIBLE_REFERENCE", "INVISIBLE_MEMBER") package foo