]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/benchmark/benchmark.factor
factor: trim using lists
[factor.git] / extra / benchmark / benchmark.factor
index d06c87c6e5bfafff24e69ccba754f5bf4be60105..7ea83e1eba86b7bf758cd624bd1cc92e8b40f3c2 100644 (file)
@@ -2,8 +2,8 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: arrays assocs command-line continuations debugger
 formatting help.markup io io.styles kernel math memory
-namespaces prettyprint sequences tools.profiler.sampling
-tools.test tools.time vocabs.hierarchy vocabs.loader ;
+namespaces sequences tools.profiler.sampling tools.test
+tools.time vocabs.hierarchy vocabs.loader ;
 IN: benchmark
 
 SYMBOL: benchmarks-disabled?