From e95af641bc3a023584789d9c53ef3baaa9061034 Mon Sep 17 00:00:00 2001 From: Alexander Shabalin Date: Fri, 23 Feb 2024 13:12:59 +0100 Subject: [PATCH] Revert "[K/N][tests] Restore ir_providers/hello.kt ^KTI-1597" This reverts commit c600b74459ee8adc478151fb8219c9e3e442f21f. --- kotlin-native/backend.native/tests/link/ir_providers/hello.kt | 1 - 1 file changed, 1 deletion(-) delete mode 100644 kotlin-native/backend.native/tests/link/ir_providers/hello.kt diff --git a/kotlin-native/backend.native/tests/link/ir_providers/hello.kt b/kotlin-native/backend.native/tests/link/ir_providers/hello.kt deleted file mode 100644 index dbd2d6996f7..00000000000 --- a/kotlin-native/backend.native/tests/link/ir_providers/hello.kt +++ /dev/null @@ -1 +0,0 @@ -fun main() = println("hello") \ No newline at end of file