From 11f060719aaab088a75abeed88131d7f7fd083ca Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Tue, 22 Sep 2020 11:32:52 -0700 Subject: [PATCH] benchmark.completion: fix use of name-completions. --- extra/benchmark/completion/completion.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/benchmark/completion/completion.factor b/extra/benchmark/completion/completion.factor index 1c7d921f8b..9f73c72203 100644 --- a/extra/benchmark/completion/completion.factor +++ b/extra/benchmark/completion/completion.factor @@ -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 [ named completions ] keep [ length ] bi@ assert= ; MAIN: completion-benchmark