Revert "[K/N][Tests] Migrate driver test llvm_variant_dev"

This reverts commit d8a90f55a8.
This commit is contained in:
Alexander Shabalin
2024-02-21 23:41:15 +01:00
committed by Space Team
parent 4765cfda53
commit dc4f12f29c
4 changed files with 16 additions and 65 deletions
-1
View File
@@ -54,7 +54,6 @@ val debuggerTest = nativeTest("debuggerTest", "debugger")
val cachesTest = nativeTest("cachesTest", "caches")
val klibTest = nativeTest("klibTest", "klib")
val standaloneTest = nativeTest("standaloneTest", "standalone")
val driverTest = nativeTest("driverTest", "driver")
val testTags = findProperty("kotlin.native.tests.tags")?.toString()
// Note: arbitrary JUnit tag expressions can be used in this property.