From 6592407492bf5dd974dd562e915bb1bb9e5640d0 Mon Sep 17 00:00:00 2001 From: Dmitriy Novozhilov Date: Mon, 29 Mar 2021 12:42:54 +0300 Subject: [PATCH] [Test] Fix jdk target for BB test --- .../codegen/box/fir/callableReferenceToStaticFunction.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/testData/codegen/box/fir/callableReferenceToStaticFunction.kt b/compiler/testData/codegen/box/fir/callableReferenceToStaticFunction.kt index 87ae7b85ae1..72413d69046 100644 --- a/compiler/testData/codegen/box/fir/callableReferenceToStaticFunction.kt +++ b/compiler/testData/codegen/box/fir/callableReferenceToStaticFunction.kt @@ -1,4 +1,5 @@ // TARGET_BACKEND: JVM_IR +// JVM_TARGET: 1.8 // FULL_JDK // WITH_STDLIB