From 0a37cb561bd12ed308122554f108b4d1ec98258f Mon Sep 17 00:00:00 2001 From: Ilmir Usmanov Date: Thu, 27 Jun 2019 17:01:59 +0300 Subject: [PATCH] Minor. Regenerate IrBlackBoxInlineCodegenTestGenerated --- .../codegen/ir/IrBlackBoxInlineCodegenTestGenerated.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/compiler/tests/org/jetbrains/kotlin/codegen/ir/IrBlackBoxInlineCodegenTestGenerated.java b/compiler/tests/org/jetbrains/kotlin/codegen/ir/IrBlackBoxInlineCodegenTestGenerated.java index 55efdbd1c28..06336551a69 100644 --- a/compiler/tests/org/jetbrains/kotlin/codegen/ir/IrBlackBoxInlineCodegenTestGenerated.java +++ b/compiler/tests/org/jetbrains/kotlin/codegen/ir/IrBlackBoxInlineCodegenTestGenerated.java @@ -3530,11 +3530,6 @@ public class IrBlackBoxInlineCodegenTestGenerated extends AbstractIrBlackBoxInli runTest("compiler/testData/codegen/boxInline/suspend/kt26658.kt"); } - @TestMetadata("maxStackWithCrossinline.kt") - public void testMaxStackWithCrossinline_1_2() throws Exception { - runTestWithPackageReplacement("compiler/testData/codegen/boxInline/suspend/maxStackWithCrossinline.kt", "kotlin.coroutines.experimental"); - } - @TestMetadata("maxStackWithCrossinline.kt") public void testMaxStackWithCrossinline_1_3() throws Exception { runTestWithPackageReplacement("compiler/testData/codegen/boxInline/suspend/maxStackWithCrossinline.kt", "kotlin.coroutines");