RegressionTests__CollectionTests.st
changeset 1423 12f4039f6662
parent 1422 8e237a64a6f2
child 1424 56c64e1f572e
--- a/RegressionTests__CollectionTests.st	Thu May 12 16:50:10 2016 +0200
+++ b/RegressionTests__CollectionTests.st	Thu May 12 16:51:23 2016 +0200
@@ -1234,7 +1234,7 @@
         ].
     ].
 
-    (Array with:Array OrderedCollection ByteArray WordArray IntegerArray)
+    (Array with:Array with:OrderedCollection with:ByteArray with:WordArray with:IntegerArray)
     do:[:cls |
         a := cls withAll: #(10 20 30 40 50 60 70 80 90 100).