Fix old test (#3506)

This commit is contained in:
LepilkinaElena
2019-10-29 12:23:58 +03:00
committed by GitHub
parent 895c92e72b
commit 7ea29465a7
+1 -5
View File
@@ -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) {