]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/channels/channels-tests.factor
Rename and add sorting words
[factor.git] / basis / channels / channels-tests.factor
index ab7f164003bb5b0ebb744a56fd4439640077aa23..cdb9429fdd215c8b74b850ba52662f7e40de1ef7 100644 (file)
@@ -24,7 +24,7 @@ USING: channels kernel sequences sorting threads tools.test ;
     2 over to
     1 over to
     3 swap to
-    natural-sort
+    sort
 ] unit-test
 
 { { 1 2 4 9 } } [
@@ -37,5 +37,5 @@ USING: channels kernel sequences sorting threads tools.test ;
     2dup from swap push
     2dup from swap push
     dupd from swap push
-    natural-sort
+    sort
 ] unit-test