Load fixes

db4
Slava Pestov 2009-09-10 21:41:12 -05:00
parent 5a8e5facfd
commit 16144a5eda
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
USING: accessors alien.c-types assocs compiler.units functors
growable kernel lexer namespaces parser prettyprint.custom
sequences specialized-arrays specialized-arrays.private strings
vocabs vocabs.parser ;
vocabs vocabs.parser fry ;
QUALIFIED: vectors.functor
IN: specialized-vectors

View File

@ -19,7 +19,7 @@ PRIVATE>
: record-benchmark ( vocab -- )
[ "=== " write print flush ] [
[ [ require ] [ (run-benchmark) ] [ ] tri timings ]
[ [ require ] [ run-benchmark ] [ ] tri timings ]
[ swap errors ]
recover get set-at
] bi ;