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 {