From b71ee37669b17113990894792456eb28a59661de Mon Sep 17 00:00:00 2001 From: Konstantin Anisimov Date: Tue, 6 Dec 2016 16:44:15 +0300 Subject: [PATCH] TEST: array_list1 test enabled --- backend.native/tests/runtime/collections/array_list1.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/backend.native/tests/runtime/collections/array_list1.kt b/backend.native/tests/runtime/collections/array_list1.kt index d3799bf392c..11717cff265 100644 --- a/backend.native/tests/runtime/collections/array_list1.kt +++ b/backend.native/tests/runtime/collections/array_list1.kt @@ -356,7 +356,6 @@ fun main(args : Array) { testSubListContains() testSubListIndexOf() testSubListLastIndexOf() - /* testSubListClear() testSubListSubListClear() testSubListAdd() @@ -369,7 +368,7 @@ fun main(args : Array) { testSubListSubListRemoveAll() testSubListSubListRemoveAll() testSubListRetainAll() - testSubListSubListRetainAll() */ + testSubListSubListRetainAll() testIteratorRemove() testIteratorAdd()