[K/N][Tests] Migrate tests forwardDeclarationsTwoLibs.kt

^KT-61259
This commit is contained in:
Vladimir Sukharev
2024-01-19 20:20:10 +01:00
committed by Space Team
parent bd688b3ef7
commit c286b0efd7
8 changed files with 64 additions and 48 deletions
@@ -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 {
@@ -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 {
@@ -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 {
@@ -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 {