Minor. regenerate tests: kt19767_3 in JS muted.

This commit is contained in:
Stanislav Erokhin
2017-08-25 03:48:55 +03:00
parent 2ceb8cef36
commit e65a62c48c
@@ -1169,7 +1169,13 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
@TestMetadata("kt19767_3.kt")
public void testKt19767_3() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/boxingOptimization/kt19767_3.kt");
doTest(fileName);
try {
doTest(fileName);
}
catch (Throwable ignore) {
return;
}
throw new AssertionError("Looks like this test can be unmuted. Remove IGNORE_BACKEND directive for that.");
}
@TestMetadata("kt19767_chain.kt")