From 8d587322e97f2a06def5adb8c4bdc745ccf34d2a Mon Sep 17 00:00:00 2001 From: Dmitriy Novozhilov Date: Mon, 20 Feb 2023 12:06:17 +0200 Subject: [PATCH] Regenerate tests --- .../runners/codegen/FirPsiBlackBoxCodegenTestGenerated.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirPsiBlackBoxCodegenTestGenerated.java b/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirPsiBlackBoxCodegenTestGenerated.java index 9b8f3c242ca..1796d71d821 100644 --- a/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirPsiBlackBoxCodegenTestGenerated.java +++ b/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirPsiBlackBoxCodegenTestGenerated.java @@ -33142,6 +33142,12 @@ public class FirPsiBlackBoxCodegenTestGenerated extends AbstractFirPsiBlackBoxCo runTest("compiler/testData/codegen/box/multiplatform/multiModule/getRidOfDoubleBindingInFir2IrLazyProperty.kt"); } + @Test + @TestMetadata("hmppSimple.kt") + public void testHmppSimple() throws Exception { + runTest("compiler/testData/codegen/box/multiplatform/multiModule/hmppSimple.kt"); + } + @Test @TestMetadata("independentCommonSourceModules.kt") public void testIndependentCommonSourceModules() throws Exception {