]> gitweb.factorcode.org Git - factor.git/blobdiff - core/assocs/assocs-tests.factor
assocs: rename assoc-combine/refine to assoc-union-all/intersect-all
[factor.git] / core / assocs / assocs-tests.factor
index 152ad82c84ef5ede9376f2bc7e2286a6e4ad1b74..4b0347904484ff7f6d57f3723dc262be2e707b89 100644 (file)
@@ -200,7 +200,7 @@ unit-test
         H{ { 1 3 } }
         H{ { 2 3 } }
         H{ { 1 2 } }
-    } assoc-combine
+    } assoc-union-all
 ] unit-test
 
 { H{ { 1 7 } } } [
@@ -208,7 +208,7 @@ unit-test
         H{ { 1 2 } { 2 4 } { 5 6 } }
         H{ { 1 3 } { 2 5 } }
         H{ { 1 7 } { 5 6 } }
-    } assoc-refine
+    } assoc-intersect-all
 ] unit-test
 
 { f } [ "a" { } assoc-stack ] unit-test