Add range iteration tests for rangeUntil
#KT-52932
This commit is contained in:
+20
@@ -30442,6 +30442,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/ranges/expression/openRange.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("openRangeUntil.kt")
|
||||
public void testOpenRangeUntil() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/expression/openRangeUntil.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("overflowZeroDownToMaxValue.kt")
|
||||
public void testOverflowZeroDownToMaxValue() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/expression/overflowZeroDownToMaxValue.kt");
|
||||
@@ -31334,6 +31339,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/ranges/literal/openRange.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("openRangeUntil.kt")
|
||||
public void testOpenRangeUntil() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/literal/openRangeUntil.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("overflowZeroDownToMaxValue.kt")
|
||||
public void testOverflowZeroDownToMaxValue() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/literal/overflowZeroDownToMaxValue.kt");
|
||||
@@ -31562,6 +31572,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/ranges/unsigned/expression/openRange.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("openRangeUntil.kt")
|
||||
public void testOpenRangeUntil() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/unsigned/expression/openRangeUntil.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("overflowZeroDownToMaxValue.kt")
|
||||
public void testOverflowZeroDownToMaxValue() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/unsigned/expression/overflowZeroDownToMaxValue.kt");
|
||||
@@ -31725,6 +31740,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/ranges/unsigned/literal/openRange.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("openRangeUntil.kt")
|
||||
public void testOpenRangeUntil() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/unsigned/literal/openRangeUntil.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("overflowZeroDownToMaxValue.kt")
|
||||
public void testOverflowZeroDownToMaxValue() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/unsigned/literal/overflowZeroDownToMaxValue.kt");
|
||||
|
||||
Reference in New Issue
Block a user