Regenerate test files

This commit is contained in:
Pavel Kunyavskiy
2023-03-15 11:55:29 +01:00
parent e3402fcc87
commit d1e0a432a5
@@ -8355,6 +8355,12 @@ public class IrBlackBoxCodegenWithIrInlinerTestGenerated extends AbstractIrBlack
runTest("compiler/testData/codegen/box/constants/divisionByZero.kt");
}
@Test
@TestMetadata("doNotTriggerInit.kt")
public void testDoNotTriggerInit() throws Exception {
runTest("compiler/testData/codegen/box/constants/doNotTriggerInit.kt");
}
@Test
@TestMetadata("float.kt")
public void testFloat() throws Exception {