[box-tests] Made test Native-specific
Seems like other backends don't like top level lateinit properties
This commit is contained in:
-5
@@ -29506,11 +29506,6 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
public void testTopLevelProperty() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/topLevelProperty.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("topLevelPropertyMultiModule.kt")
|
||||
public void testTopLevelPropertyMultiModule() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/properties/lateinit/isInitializedAndDeinitialize/topLevelPropertyMultiModule.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/properties/lateinit/local")
|
||||
|
||||
Reference in New Issue
Block a user