[Test] Convert IGNORE: NATIVE directives in box tests specialBuiltins
^KT-59057 Merge-request: KT-MR-10760 Merged-by: Vladimir Sukharev <Vladimir.Sukharev@jetbrains.com>
This commit is contained in:
committed by
Space Team
parent
c3746652a4
commit
503cd6196c
+5
@@ -39914,6 +39914,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/specialBuiltins/bridges.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("bridgesJVM.kt")
|
||||
public void testBridgesJVM() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/specialBuiltins/bridgesJVM.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("charBuffer.kt")
|
||||
public void testCharBuffer() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/specialBuiltins/charBuffer.kt");
|
||||
|
||||
Reference in New Issue
Block a user