[K/N][Tests] Migrate tests forwardDeclarationsTwoLibs.kt
^KT-61259
This commit is contained in:
committed by
Space Team
parent
bd688b3ef7
commit
c286b0efd7
+6
@@ -4802,6 +4802,12 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
|
||||
runTest("compiler/testData/codegen/box/cinterop/forwardDeclarations.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("forwardDeclarationsTwoLibs.kt")
|
||||
public void testForwardDeclarationsTwoLibs() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/cinterop/forwardDeclarationsTwoLibs.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("funptr.kt")
|
||||
public void testFunptr() throws Exception {
|
||||
|
||||
+6
@@ -4912,6 +4912,12 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
|
||||
runTest("compiler/testData/codegen/box/cinterop/forwardDeclarations.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("forwardDeclarationsTwoLibs.kt")
|
||||
public void testForwardDeclarationsTwoLibs() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/cinterop/forwardDeclarationsTwoLibs.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("funptr.kt")
|
||||
public void testFunptr() throws Exception {
|
||||
|
||||
+6
@@ -4692,6 +4692,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
||||
runTest("compiler/testData/codegen/box/cinterop/forwardDeclarations.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("forwardDeclarationsTwoLibs.kt")
|
||||
public void testForwardDeclarationsTwoLibs() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/cinterop/forwardDeclarationsTwoLibs.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("funptr.kt")
|
||||
public void testFunptr() throws Exception {
|
||||
|
||||
+6
@@ -4803,6 +4803,12 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
|
||||
runTest("compiler/testData/codegen/box/cinterop/forwardDeclarations.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("forwardDeclarationsTwoLibs.kt")
|
||||
public void testForwardDeclarationsTwoLibs() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/cinterop/forwardDeclarationsTwoLibs.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("funptr.kt")
|
||||
public void testFunptr() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user