From 0733dbf2d577b57672d5ad72c195b5eb96a68063 Mon Sep 17 00:00:00 2001 From: Ilmir Usmanov Date: Mon, 30 Aug 2021 18:54:05 +0200 Subject: [PATCH] Minor. Regenerate tests --- .../kotlin/codegen/LightAnalysisModeTestGenerated.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/compiler/tests-gen/org/jetbrains/kotlin/codegen/LightAnalysisModeTestGenerated.java b/compiler/tests-gen/org/jetbrains/kotlin/codegen/LightAnalysisModeTestGenerated.java index 1e48833f1a6..dbbd90e5921 100644 --- a/compiler/tests-gen/org/jetbrains/kotlin/codegen/LightAnalysisModeTestGenerated.java +++ b/compiler/tests-gen/org/jetbrains/kotlin/codegen/LightAnalysisModeTestGenerated.java @@ -15079,6 +15079,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes runTest("compiler/testData/codegen/box/inlineClasses/anySuperCall.kt"); } + @TestMetadata("boxNullableForFakeOverride.kt") + public void ignoreBoxNullableForFakeOverride() throws Exception { + runTest("compiler/testData/codegen/box/inlineClasses/boxNullableForFakeOverride.kt"); + } + @TestMetadata("customIterator.kt") public void ignoreCustomIterator() throws Exception { runTest("compiler/testData/codegen/box/inlineClasses/customIterator.kt"); @@ -15162,11 +15167,6 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes runTest("compiler/testData/codegen/box/inlineClasses/boxImplDoesNotExecuteInitBlock.kt"); } - @TestMetadata("boxNullableForFakeOverride.kt") - public void testBoxNullableForFakeOverride() throws Exception { - runTest("compiler/testData/codegen/box/inlineClasses/boxNullableForFakeOverride.kt"); - } - @TestMetadata("boxNullableValueOfInlineClassWithNonNullUnderlyingType.kt") public void testBoxNullableValueOfInlineClassWithNonNullUnderlyingType() throws Exception { runTest("compiler/testData/codegen/box/inlineClasses/boxNullableValueOfInlineClassWithNonNullUnderlyingType.kt");