]> gitweb.factorcode.org Git - factor.git/commitdiff
benchmark.completion: fix use of name-completions.
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 22 Sep 2020 18:32:52 +0000 (11:32 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 22 Sep 2020 18:32:52 +0000 (11:32 -0700)
extra/benchmark/completion/completion.factor

index 1c7d921f8bfb209c42087b62814778bdcfa62987..9f73c72203423e82b8890ddc2f0c9e83c3cf0967 100644 (file)
@@ -9,7 +9,7 @@ IN: benchmark.completion
             nth ?nth nths set-nth insert-nth
             remove-nth remove-nth! change-nth
         }
-    ] replicate concat [ name-completions ] keep
+    ] replicate concat [ namecompletions ] keep
     [ length ] bi@ assert= ;
 
 MAIN: completion-benchmark