Drop all tests that disable features for language version less than 3
This commit is contained in:
-15
@@ -6021,11 +6021,6 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/constants/kt9532.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt9532_lv10.kt")
|
||||
public void testKt9532_lv10() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/constants/kt9532_lv10.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("long.kt")
|
||||
public void testLong() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/constants/long.kt");
|
||||
@@ -11982,11 +11977,6 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/delegation/simple.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("simple1.0.kt")
|
||||
public void testSimple1_0() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegation/simple1.0.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("viaTypeAlias.kt")
|
||||
public void testViaTypeAlias() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegation/viaTypeAlias.kt");
|
||||
@@ -20831,11 +20821,6 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/jdk/stream.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("streamBackwardCompatibility.kt")
|
||||
public void testStreamBackwardCompatibility() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/jdk/streamBackwardCompatibility.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("useStream.kt")
|
||||
public void testUseStream() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/jdk/useStream.kt");
|
||||
|
||||
Reference in New Issue
Block a user