Minor. Split tests with buildSequence into LV 1.2 and LV 1.3 versions
This commit is contained in:
+8
-8
@@ -6343,14 +6343,14 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTestWithPackageReplacement("compiler/testData/codegen/box/coroutines/controlFlow/ifStatement.kt", "kotlin.coroutines");
|
||||
}
|
||||
|
||||
@TestMetadata("kt22694.kt")
|
||||
@TestMetadata("kt22694_1_2.kt")
|
||||
public void testKt22694_1_2() throws Exception {
|
||||
runTestWithPackageReplacement("compiler/testData/codegen/box/coroutines/controlFlow/kt22694.kt", "kotlin.coroutines.experimental");
|
||||
runTest("compiler/testData/codegen/box/coroutines/controlFlow/kt22694_1_2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt22694.kt")
|
||||
@TestMetadata("kt22694_1_3.kt")
|
||||
public void testKt22694_1_3() throws Exception {
|
||||
runTestWithPackageReplacement("compiler/testData/codegen/box/coroutines/controlFlow/kt22694.kt", "kotlin.coroutines");
|
||||
runTest("compiler/testData/codegen/box/coroutines/controlFlow/kt22694_1_3.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("labeledWhile.kt")
|
||||
@@ -7554,14 +7554,14 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTestWithPackageReplacement("compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/handleException.kt", "kotlin.coroutines");
|
||||
}
|
||||
|
||||
@TestMetadata("ifExpressionInsideCoroutine.kt")
|
||||
@TestMetadata("ifExpressionInsideCoroutine_1_2.kt")
|
||||
public void testIfExpressionInsideCoroutine_1_2() throws Exception {
|
||||
runTestWithPackageReplacement("compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/ifExpressionInsideCoroutine.kt", "kotlin.coroutines.experimental");
|
||||
runTest("compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/ifExpressionInsideCoroutine_1_2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("ifExpressionInsideCoroutine.kt")
|
||||
@TestMetadata("ifExpressionInsideCoroutine_1_3.kt")
|
||||
public void testIfExpressionInsideCoroutine_1_3() throws Exception {
|
||||
runTestWithPackageReplacement("compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/ifExpressionInsideCoroutine.kt", "kotlin.coroutines");
|
||||
runTest("compiler/testData/codegen/box/coroutines/suspendFunctionAsCoroutine/ifExpressionInsideCoroutine_1_3.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inlineTwoReceivers.kt")
|
||||
|
||||
Reference in New Issue
Block a user