Add test data generator for stepped progression box tests.
This commit is contained in:
committed by
max-kammerer
parent
1738c2d4f6
commit
b4d2eae12d
Generated
+5
@@ -16545,6 +16545,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
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");
|
||||
|
||||
+5
@@ -17700,6 +17700,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
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");
|
||||
|
||||
Reference in New Issue
Block a user