From 1f105209cf3745931814c47a27197a3584b4be1c Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Wed, 19 Oct 2011 01:17:08 -0700 Subject: [PATCH] Lower tcp-echo0 test so we don't crash --- extra/benchmark/tcp-echo0/tcp-echo0.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/benchmark/tcp-echo0/tcp-echo0.factor b/extra/benchmark/tcp-echo0/tcp-echo0.factor index 76860c6667..1f2fdc2af5 100644 --- a/extra/benchmark/tcp-echo0/tcp-echo0.factor +++ b/extra/benchmark/tcp-echo0/tcp-echo0.factor @@ -6,7 +6,7 @@ locals formatting ; IN: benchmark.tcp-echo0 ! Max size here is 26 2^ 1 - because array-capacity limits on 32bit platforms -CONSTANT: test-size0 $[ 25 2^ 1 - ] +CONSTANT: test-size0 $[ 23 2^ 1 - ] MEMO: test-bytes ( n -- byte-array ) iota >byte-array ;