Regenerate JS tests

This commit is contained in:
Mikhael Bogdanov
2019-02-05 11:55:42 +01:00
parent d202e96ea1
commit 520679a2b4
2 changed files with 10 additions and 0 deletions
@@ -18949,6 +18949,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/when/multipleEntries.kt");
}
@TestMetadata("noElseCoerceToUnit.kt")
public void testNoElseCoerceToUnit() throws Exception {
runTest("compiler/testData/codegen/box/when/noElseCoerceToUnit.kt");
}
@TestMetadata("noElseExhaustive.kt")
public void testNoElseExhaustive() throws Exception {
runTest("compiler/testData/codegen/box/when/noElseExhaustive.kt");
@@ -20039,6 +20039,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/when/multipleEntries.kt");
}
@TestMetadata("noElseCoerceToUnit.kt")
public void testNoElseCoerceToUnit() throws Exception {
runTest("compiler/testData/codegen/box/when/noElseCoerceToUnit.kt");
}
@TestMetadata("noElseExhaustive.kt")
public void testNoElseExhaustive() throws Exception {
runTest("compiler/testData/codegen/box/when/noElseExhaustive.kt");