[K/N][Tests] Migrate test signext_zeroext_interop.kt
^KT-61259
This commit is contained in:
committed by
Space Team
parent
b0ad91a98c
commit
370f138ad4
+6
@@ -16353,6 +16353,12 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
|
||||
public void testDirect() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fileCheck/cinterop/direct.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("signext_zeroext_interop.kt")
|
||||
public void testSignext_zeroext_interop() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fileCheck/cinterop/signext_zeroext_interop.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
+6
@@ -16733,6 +16733,12 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
|
||||
public void testDirect() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fileCheck/cinterop/direct.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("signext_zeroext_interop.kt")
|
||||
public void testSignext_zeroext_interop() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fileCheck/cinterop/signext_zeroext_interop.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
+6
@@ -15973,6 +15973,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
||||
public void testDirect() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fileCheck/cinterop/direct.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("signext_zeroext_interop.kt")
|
||||
public void testSignext_zeroext_interop() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fileCheck/cinterop/signext_zeroext_interop.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
+6
@@ -16354,6 +16354,12 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
|
||||
public void testDirect() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fileCheck/cinterop/direct.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("signext_zeroext_interop.kt")
|
||||
public void testSignext_zeroext_interop() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fileCheck/cinterop/signext_zeroext_interop.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
Reference in New Issue
Block a user