JS: unmute box/test/coroutinessuspendFunctionAsCoroutine/inlineTwoReceivers.kt

This commit is contained in:
Anton Bannykh
2017-05-04 16:04:31 +03:00
parent a5dea7ef1c
commit 7503376731
2 changed files with 1 additions and 8 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JS
// WITH_RUNTIME
// WITH_COROUTINES
import kotlin.coroutines.experimental.*
@@ -6326,13 +6326,7 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
@TestMetadata("inlineTwoReceivers.kt")
public void testInlineTwoReceivers() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/inlineTwoReceivers.kt");
try {
doTest(fileName);
}
catch (Throwable ignore) {
return;
}
throw new AssertionError("Looks like this test can be unmuted. Remove IGNORE_BACKEND directive for that.");
doTest(fileName);
}
@TestMetadata("member.kt")