Another benchmark fix

db4
Slava Pestov 2008-03-30 02:21:55 -05:00
parent 95c27b514c
commit 68e49c8770
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ IN: benchmark.typecheck4
TUPLE: hello n ;
: hello-n* 4 slot ;
: hello-n* 3 slot ;
: foo 0 100000000 [ over hello-n* + ] times ;