From 79d855f7a49c90ed8777f1c33367864079cbd36a Mon Sep 17 00:00:00 2001 From: Mikhael Bogdanov Date: Fri, 31 May 2019 07:09:28 +0200 Subject: [PATCH] Minor. Revert deleted by mistake test directive --- .../box/platformTypes/primitives/equalsNull_withExplicitFlag.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/testData/codegen/box/platformTypes/primitives/equalsNull_withExplicitFlag.kt b/compiler/testData/codegen/box/platformTypes/primitives/equalsNull_withExplicitFlag.kt index f88168f008e..5fefcdab981 100644 --- a/compiler/testData/codegen/box/platformTypes/primitives/equalsNull_withExplicitFlag.kt +++ b/compiler/testData/codegen/box/platformTypes/primitives/equalsNull_withExplicitFlag.kt @@ -1,4 +1,5 @@ // KOTLIN_CONFIGURATION_FLAGS: +JVM.NO_EXCEPTION_ON_EXPLICIT_EQUALS_FOR_BOXED_NULL +// TARGET_BACKEND: JVM // WITH_RUNTIME // FILE: test.kt import kotlin.test.*