Minor. Ignore test is JS_IR.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// IGNORE_BACKEND: NATIVE, JS
|
||||
// IGNORE_BACKEND: NATIVE, JS, JS_IR
|
||||
// WITH_COROUTINES
|
||||
// COMMON_COROUTINES_TEST
|
||||
// MODULE: lib
|
||||
|
||||
+7
-1
@@ -6841,7 +6841,13 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
@TestMetadata("inlineWithJava.kt")
|
||||
public void testInlineWithJava_1_2() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/coroutines/multiModule/inlineWithJava.kt");
|
||||
doTestWithCoroutinesPackageReplacement(fileName, "kotlin.coroutines.experimental");
|
||||
try {
|
||||
doTestWithCoroutinesPackageReplacement(fileName, "kotlin.coroutines.experimental");
|
||||
}
|
||||
catch (Throwable ignore) {
|
||||
return;
|
||||
}
|
||||
throw new AssertionError("Looks like this test can be unmuted. Remove IGNORE_BACKEND directive for that.");
|
||||
}
|
||||
|
||||
@TestMetadata("simple.kt")
|
||||
|
||||
Reference in New Issue
Block a user