benchmark.completion: fix use of name-completions.

master
John Benediktsson 2020-09-22 11:32:52 -07:00
parent c200cfb8ca
commit 11f060719a
1 changed files with 1 additions and 1 deletions

View 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 [ named completions ] keep
[ length ] bi@ assert= ;
MAIN: completion-benchmark