[Test] Convert IGNORE: NATIVE directives in box tests from T to W and boxInline
^KT-59057 Merge-request: KT-MR-10752 Merged-by: Vladimir Sukharev <Vladimir.Sukharev@jetbrains.com>
This commit is contained in:
committed by
Space Team
parent
64158a8a2f
commit
f3fcaa69eb
Generated
+3
-8
@@ -31965,11 +31965,6 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/traits/multiple.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("noPrivateDelegation.kt")
|
||||
public void testNoPrivateDelegation() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/traits/noPrivateDelegation.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("privateInterfaceMethod.kt")
|
||||
public void testPrivateInterfaceMethod() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/traits/privateInterfaceMethod.kt");
|
||||
@@ -32889,9 +32884,9 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/when/inferredTypeParameters.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("integralWhenWithNoInlinedConstants.kt")
|
||||
public void testIntegralWhenWithNoInlinedConstants() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/when/integralWhenWithNoInlinedConstants.kt");
|
||||
@TestMetadata("integralWhenWithNoInlinedConstants2.kt")
|
||||
public void testIntegralWhenWithNoInlinedConstants2() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/when/integralWhenWithNoInlinedConstants2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("is.kt")
|
||||
|
||||
Reference in New Issue
Block a user