Remove a test that doesn't make sense anymore

This commit is contained in:
Sergej Jaskiewicz
2022-10-26 13:23:29 +02:00
committed by Space Team
parent 6a40a7e471
commit b429e2f34f
9 changed files with 0 additions and 77 deletions
@@ -28170,12 +28170,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
runTest("compiler/testData/codegen/box/properties/privatePropertyWithoutBackingField.kt");
}
@Test
@TestMetadata("sideEffectInTopLevelInitializerMultiModule.kt")
public void testSideEffectInTopLevelInitializerMultiModule() throws Exception {
runTest("compiler/testData/codegen/box/properties/sideEffectInTopLevelInitializerMultiModule.kt");
}
@Test
@TestMetadata("twoAnnotatedExtensionPropertiesWithoutBackingFields.kt")
public void testTwoAnnotatedExtensionPropertiesWithoutBackingFields() throws Exception {