Fix test and unmute it for JVM
This commit is contained in:
committed by
teamcityserver
parent
d48557ed53
commit
3bef04cf5e
+5
-5
@@ -3701,11 +3701,6 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
public static class Casts extends AbstractLightAnalysisModeTest {
|
||||
@TestMetadata("castToDefinitelyNotNullType.kt")
|
||||
public void ignoreCastToDefinitelyNotNullType() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/casts/castToDefinitelyNotNullType.kt");
|
||||
}
|
||||
|
||||
private void runTest(String testDataFilePath) throws Exception {
|
||||
KotlinTestUtils.runTest(this::doTest, TargetBackend.JVM, testDataFilePath);
|
||||
}
|
||||
@@ -3759,6 +3754,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/casts/castGenericNull.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("castToDefinitelyNotNullType.kt")
|
||||
public void testCastToDefinitelyNotNullType() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/casts/castToDefinitelyNotNullType.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("dontCreateInconsistentTypeDuringStarProjectionSubstitution.kt")
|
||||
public void testDontCreateInconsistentTypeDuringStarProjectionSubstitution() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/casts/dontCreateInconsistentTypeDuringStarProjectionSubstitution.kt");
|
||||
|
||||
Reference in New Issue
Block a user