Minor, ignore test with java.util.function on JDK 6

This commit is contained in:
Alexander Udalov
2019-11-08 14:59:45 +01:00
parent e89a87b2e3
commit 9b3e64257f
@@ -1,6 +1,7 @@
// TARGET_BACKEND: JVM // TARGET_BACKEND: JVM
// WITH_RUNTIME // WITH_RUNTIME
// FULL_JDK // FULL_JDK
// SKIP_JDK6
// FILE: test.kt // FILE: test.kt
// Test that SAM wrappers with type parameters are cached properly. // Test that SAM wrappers with type parameters are cached properly.
class A { class A {