Minor. Ignore tests in JS_IR_ES6, regenerate tests

This commit is contained in:
Ilmir Usmanov
2023-01-19 17:04:05 +01:00
parent 7fa45e8af9
commit 945cdc8884
3 changed files with 8 additions and 2 deletions
@@ -9254,6 +9254,12 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
runTest("compiler/testData/codegen/box/coroutines/intrinsicSemantics/intercepted.kt");
}
@Test
@TestMetadata("releaseIntercepted.kt")
public void testReleaseIntercepted() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/intrinsicSemantics/releaseIntercepted.kt");
}
@Test
@TestMetadata("resultExceptionOrNullInLambda.kt")
public void testResultExceptionOrNullInLambda() throws Exception {