Add new tests for step progressions and fix existing tests.

This commit is contained in:
Mark Punzalan
2019-06-18 23:07:55 -07:00
committed by max-kammerer
parent 27642514b1
commit 277cb39e3b
215 changed files with 11982 additions and 13 deletions
@@ -159,6 +159,11 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
runTest("compiler/testData/codegen/bytecodeText/intConstantSafeCall.kt");
}
@TestMetadata("intProgressionNoBoxing.kt")
public void testIntProgressionNoBoxing() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/intProgressionNoBoxing.kt");
}
@TestMetadata("intRangeNoBoxing.kt")
public void testIntRangeNoBoxing() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/intRangeNoBoxing.kt");