Regenerate JS tests

This commit is contained in:
Mikhael Bogdanov
2019-10-07 14:53:54 +02:00
parent 080407e8e6
commit 13b69b730a
2 changed files with 10 additions and 0 deletions
@@ -14475,6 +14475,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
public void testAllFilesPresentInConst() throws Exception {
KotlinTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("compiler/testData/codegen/box/properties/const"), Pattern.compile("^(.+)\\.kt$"), TargetBackend.JS_IR, true);
}
@TestMetadata("anotherFile.kt")
public void testAnotherFile() throws Exception {
runTest("compiler/testData/codegen/box/properties/const/anotherFile.kt");
}
}
@TestMetadata("compiler/testData/codegen/box/properties/lateinit")
@@ -15630,6 +15630,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
public void testAllFilesPresentInConst() throws Exception {
KotlinTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("compiler/testData/codegen/box/properties/const"), Pattern.compile("^(.+)\\.kt$"), TargetBackend.JS, true);
}
@TestMetadata("anotherFile.kt")
public void testAnotherFile() throws Exception {
runTest("compiler/testData/codegen/box/properties/const/anotherFile.kt");
}
}
@TestMetadata("compiler/testData/codegen/box/properties/lateinit")