From f3f88cae7a7c05651452486b7d36876e8ba1b7a0 Mon Sep 17 00:00:00 2001 From: Mikhail Glukhikh Date: Wed, 12 Feb 2020 16:30:47 +0300 Subject: [PATCH] FIR: unmute accidentally muted black-box test --- .../box/javaInterop/notNullAssertions/paramAssertionMessage.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/testData/codegen/box/javaInterop/notNullAssertions/paramAssertionMessage.kt b/compiler/testData/codegen/box/javaInterop/notNullAssertions/paramAssertionMessage.kt index 741951b8d24..8dfe3d599cf 100644 --- a/compiler/testData/codegen/box/javaInterop/notNullAssertions/paramAssertionMessage.kt +++ b/compiler/testData/codegen/box/javaInterop/notNullAssertions/paramAssertionMessage.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM // FILE: Test.java