Regenerate JS tests
This commit is contained in:
Generated
+5
@@ -14475,6 +14475,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
|||||||
public void testAllFilesPresentInConst() throws Exception {
|
public void testAllFilesPresentInConst() throws Exception {
|
||||||
KotlinTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("compiler/testData/codegen/box/properties/const"), Pattern.compile("^(.+)\\.kt$"), TargetBackend.JS_IR, true);
|
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")
|
@TestMetadata("compiler/testData/codegen/box/properties/lateinit")
|
||||||
|
|||||||
+5
@@ -15630,6 +15630,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
|||||||
public void testAllFilesPresentInConst() throws Exception {
|
public void testAllFilesPresentInConst() throws Exception {
|
||||||
KotlinTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("compiler/testData/codegen/box/properties/const"), Pattern.compile("^(.+)\\.kt$"), TargetBackend.JS, true);
|
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")
|
@TestMetadata("compiler/testData/codegen/box/properties/lateinit")
|
||||||
|
|||||||
Reference in New Issue
Block a user