From 4d65b0ef5aa26e15fc1eee11ad556150260394b4 Mon Sep 17 00:00:00 2001 From: Dmitriy Novozhilov Date: Mon, 15 Mar 2021 15:12:11 +0300 Subject: [PATCH] [FIR2IR] Unmute passing black box test --- .../testData/codegen/box/annotations/genericAnnotations.kt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/compiler/testData/codegen/box/annotations/genericAnnotations.kt b/compiler/testData/codegen/box/annotations/genericAnnotations.kt index 5413135149a..1f297d6ced8 100644 --- a/compiler/testData/codegen/box/annotations/genericAnnotations.kt +++ b/compiler/testData/codegen/box/annotations/genericAnnotations.kt @@ -1,5 +1,3 @@ -// IGNORE_BACKEND_FIR: JVM_IR - // MODULE: lib // FILE: l1.kt package ann @@ -47,4 +45,4 @@ class K { fun test(): String = "K" } -fun box(): String = O().test() + K().test() \ No newline at end of file +fun box(): String = O().test() + K().test()