[Codegen tests] Specify JVM as target backend for inferenceFlexibleTToNullable.kt

This commit is contained in:
Zalim Bashorov
2022-04-26 02:09:50 +02:00
committed by teamcity
parent a6e8912af0
commit 2c20a71d08
5 changed files with 1 additions and 25 deletions
@@ -26362,12 +26362,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/platformTypes"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true);
}
@Test
@TestMetadata("inferenceFlexibleTToNullable.kt")
public void testInferenceFlexibleTToNullable() throws Exception {
runTest("compiler/testData/codegen/box/platformTypes/inferenceFlexibleTToNullable.kt");
}
@Nested
@TestMetadata("compiler/testData/codegen/box/platformTypes/primitives")
@TestDataPath("$PROJECT_ROOT")