From 68e49c8770fc2d9f32382250e0b44026d306115a Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sun, 30 Mar 2008 02:21:55 -0500 Subject: [PATCH] Another benchmark fix --- extra/benchmark/typecheck4/typecheck4.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/benchmark/typecheck4/typecheck4.factor b/extra/benchmark/typecheck4/typecheck4.factor index a1362a68ab..eb211e97e7 100644 --- a/extra/benchmark/typecheck4/typecheck4.factor +++ b/extra/benchmark/typecheck4/typecheck4.factor @@ -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 ;