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
@@ -28970,11 +28970,6 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/properties/genericWithSameName.kt");
}
@TestMetadata("sideEffectInTopLevelInitializerMultiModule.kt")
public void ignoreSideEffectInTopLevelInitializerMultiModule() throws Exception {
runTest("compiler/testData/codegen/box/properties/sideEffectInTopLevelInitializerMultiModule.kt");
}
private void runTest(String testDataFilePath) throws Exception {
KotlinTestUtils.runTest(this::doTest, TargetBackend.JVM, testDataFilePath);
}