From c1434807274918a41f83c6a2b30284789f40ef3f Mon Sep 17 00:00:00 2001 From: Mikhael Bogdanov Date: Wed, 21 Feb 2018 10:24:53 +0100 Subject: [PATCH] Remove wrong directive Similar test exists under 'defaults' foldes --- compiler/testData/codegen/java8/box/jvm8/oneImplementation.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/testData/codegen/java8/box/jvm8/oneImplementation.kt b/compiler/testData/codegen/java8/box/jvm8/oneImplementation.kt index eb3cd929267..54c1c1856c9 100644 --- a/compiler/testData/codegen/java8/box/jvm8/oneImplementation.kt +++ b/compiler/testData/codegen/java8/box/jvm8/oneImplementation.kt @@ -1,5 +1,4 @@ // JVM_TARGET: 1.8 -// KOTLIN_CONFIGURATION_FLAGS: +JVM.JVM8_TARGET_WITH_DEFAULTS interface KCallable { val returnType: String }