From 7ea29465a71b2fabc608e70494491cd7f2e3e760 Mon Sep 17 00:00:00 2001 From: LepilkinaElena Date: Tue, 29 Oct 2019 12:23:58 +0300 Subject: [PATCH] Fix old test (#3506) --- backend.native/tests/build.gradle | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/backend.native/tests/build.gradle b/backend.native/tests/build.gradle index f2b3189cfda..ee17d609584 100644 --- a/backend.native/tests/build.gradle +++ b/backend.native/tests/build.gradle @@ -1827,12 +1827,8 @@ task sort1(type: KonanLocalTest) { source = "runtime/collections/sort1.kt" } -// TODO: Enable devirtualization and make the test not standalone -// when KT-26315 is fixed. -standaloneTest("sortWith") { +task sortWith(type: KonanLocalTest) { source = "runtime/collections/SortWith.kt" - flags = ['-tr', '-Xdisable=devirtualization'] - arguments = ['--ktest_logger=SILENT'] } task if_else(type: KonanLocalTest) {