From 886ef5fe5a8074ec1b8c3ff2c61edb6766be13a2 Mon Sep 17 00:00:00 2001 From: Alexander Gorshenev Date: Mon, 23 Oct 2017 12:17:31 +0300 Subject: [PATCH] Moved a newly created test to Standalone category. --- backend.native/tests/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend.native/tests/build.gradle b/backend.native/tests/build.gradle index 5e91bdb03ec..61deaf0c107 100644 --- a/backend.native/tests/build.gradle +++ b/backend.native/tests/build.gradle @@ -1243,7 +1243,7 @@ task link_default_libs(type: RunStandaloneKonanTest) { source = "link/default/default.kt" } -task link_testLib_explicitly(type: RunKonanTest) { +task link_testLib_explicitly(type: RunStandaloneKonanTest) { dependsOn ':klib:installTestLibrary' goldValue = "This is a side effect of a test library linked into the binary.\nYou should not be seeing this.\n\nHello\n" source = "link/omit/hello.kt"