Add test data generator for stepped progression box tests.

This commit is contained in:
Mark Punzalan
2019-10-10 02:22:00 -07:00
committed by max-kammerer
parent 1738c2d4f6
commit b4d2eae12d
189 changed files with 905 additions and 1243 deletions
@@ -20775,6 +20775,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/ranges/stepped/expression/until/mixedTypeStep.kt");
}
@TestMetadata("progressionToNonConst.kt")
public void testProgressionToNonConst() throws Exception {
runTest("compiler/testData/codegen/box/ranges/stepped/expression/until/progressionToNonConst.kt");
}
@TestMetadata("singleElementStepTwo.kt")
public void testSingleElementStepTwo() throws Exception {
runTest("compiler/testData/codegen/box/ranges/stepped/expression/until/singleElementStepTwo.kt");