From e1c0d2d9c2b918a63c3301ad287c9bd4b62a863c Mon Sep 17 00:00:00 2001 From: Kirill Rakhman Date: Fri, 24 Feb 2023 13:47:54 +0100 Subject: [PATCH] [Test] Remove wrong directive --- compiler/testData/codegen/box/vararg/kt37715.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/testData/codegen/box/vararg/kt37715.kt b/compiler/testData/codegen/box/vararg/kt37715.kt index 787afff7c83..54013f9ef98 100644 --- a/compiler/testData/codegen/box/vararg/kt37715.kt +++ b/compiler/testData/codegen/box/vararg/kt37715.kt @@ -1,5 +1,4 @@ // WITH_STDLIB -// IR_DUMP import kotlin.collections.toList