From ae9cd4aa55c4eb6b8f07402bfc6d13a5516d7fa1 Mon Sep 17 00:00:00 2001 From: Denis Zharkov Date: Wed, 23 Jan 2019 18:24:45 +0300 Subject: [PATCH] Require JVM_TARGET=1.8 in test that depends on the method from JDK8 --- compiler/testData/codegen/box/jvm8/treeMapBridge.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/testData/codegen/box/jvm8/treeMapBridge.kt b/compiler/testData/codegen/box/jvm8/treeMapBridge.kt index c62639b58d0..fca4c7cea0f 100644 --- a/compiler/testData/codegen/box/jvm8/treeMapBridge.kt +++ b/compiler/testData/codegen/box/jvm8/treeMapBridge.kt @@ -2,6 +2,7 @@ // IGNORE_BACKEND: JVM_IR // FULL_JDK +// JVM_TARGET: 1.8 import java.util.*