From eae644c36523f20a6c6e1178ea0c4c6578f8ec66 Mon Sep 17 00:00:00 2001 From: Alexey Tsvetkov Date: Wed, 14 Oct 2015 20:06:52 +0300 Subject: [PATCH] Remove isArrayOf reference from common JVM/JS test --- libraries/stdlib/test/collections/CollectionTest.kt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libraries/stdlib/test/collections/CollectionTest.kt b/libraries/stdlib/test/collections/CollectionTest.kt index 131a186d67b..9d9070fb2ef 100644 --- a/libraries/stdlib/test/collections/CollectionTest.kt +++ b/libraries/stdlib/test/collections/CollectionTest.kt @@ -401,11 +401,6 @@ class CollectionTest { val arr = data.toTypedArray() println("Got array ${arr}") assertEquals(2, arr.size()) - todo { - assertTrue { - arr.isArrayOf() - } - } } @test fun count() {