From 9b3e64257f6f53bb21379eb9ad5ab5306154a144 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Fri, 8 Nov 2019 14:59:45 +0100 Subject: [PATCH] Minor, ignore test with java.util.function on JDK 6 --- compiler/testData/codegen/box/sam/predicateSamWrapper.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/testData/codegen/box/sam/predicateSamWrapper.kt b/compiler/testData/codegen/box/sam/predicateSamWrapper.kt index 7a96c279156..ef7dc3f32ff 100644 --- a/compiler/testData/codegen/box/sam/predicateSamWrapper.kt +++ b/compiler/testData/codegen/box/sam/predicateSamWrapper.kt @@ -1,6 +1,7 @@ // TARGET_BACKEND: JVM // WITH_RUNTIME // FULL_JDK +// SKIP_JDK6 // FILE: test.kt // Test that SAM wrappers with type parameters are cached properly. class A {