[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:
Vladimir Sukharev
2023-06-22 18:33:24 +00:00
committed by Space Team
parent 64158a8a2f
commit f3fcaa69eb
18 changed files with 87 additions and 83 deletions
@@ -42776,6 +42776,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
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")
public void testIs() throws Exception {
runTest("compiler/testData/codegen/box/when/is.kt");