[K/N][Tests] Polish test sharing_with_weak.kt
^KT-61259
This commit is contained in:
+6
-6
@@ -5074,12 +5074,6 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
|
||||
runTest("compiler/testData/codegen/box/cinterop/objc/direct.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("illegal_sharing_with_weak.kt")
|
||||
public void testIllegal_sharing_with_weak() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/cinterop/objc/illegal_sharing_with_weak.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt34467.kt")
|
||||
public void testKt34467() throws Exception {
|
||||
@@ -5109,6 +5103,12 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
|
||||
public void testOverridabilityCondition() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/cinterop/objc/overridabilityCondition.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("sharing_with_weak.kt")
|
||||
public void testSharing_with_weak() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/cinterop/objc/sharing_with_weak.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
+6
-6
@@ -5190,12 +5190,6 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
|
||||
runTest("compiler/testData/codegen/box/cinterop/objc/direct.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("illegal_sharing_with_weak.kt")
|
||||
public void testIllegal_sharing_with_weak() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/cinterop/objc/illegal_sharing_with_weak.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt34467.kt")
|
||||
public void testKt34467() throws Exception {
|
||||
@@ -5225,6 +5219,12 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
|
||||
public void testOverridabilityCondition() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/cinterop/objc/overridabilityCondition.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("sharing_with_weak.kt")
|
||||
public void testSharing_with_weak() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/cinterop/objc/sharing_with_weak.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
+6
-6
@@ -4958,12 +4958,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
||||
runTest("compiler/testData/codegen/box/cinterop/objc/direct.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("illegal_sharing_with_weak.kt")
|
||||
public void testIllegal_sharing_with_weak() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/cinterop/objc/illegal_sharing_with_weak.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt34467.kt")
|
||||
public void testKt34467() throws Exception {
|
||||
@@ -4993,6 +4987,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
||||
public void testOverridabilityCondition() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/cinterop/objc/overridabilityCondition.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("sharing_with_weak.kt")
|
||||
public void testSharing_with_weak() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/cinterop/objc/sharing_with_weak.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
+6
-6
@@ -5075,12 +5075,6 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
|
||||
runTest("compiler/testData/codegen/box/cinterop/objc/direct.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("illegal_sharing_with_weak.kt")
|
||||
public void testIllegal_sharing_with_weak() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/cinterop/objc/illegal_sharing_with_weak.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt34467.kt")
|
||||
public void testKt34467() throws Exception {
|
||||
@@ -5110,6 +5104,12 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
|
||||
public void testOverridabilityCondition() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/cinterop/objc/overridabilityCondition.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("sharing_with_weak.kt")
|
||||
public void testSharing_with_weak() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/cinterop/objc/sharing_with_weak.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
Reference in New Issue
Block a user