From 38046364ac55438bf7a192e51c3c6b8da747dfba Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Fri, 12 Dec 2008 01:00:32 -0600 Subject: [PATCH] Fix memory test on OpenBSD --- core/memory/memory-tests.factor | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/memory/memory-tests.factor b/core/memory/memory-tests.factor index 6794825897..11a6a9d8a9 100644 --- a/core/memory/memory-tests.factor +++ b/core/memory/memory-tests.factor @@ -6,9 +6,10 @@ IN: memory.tests ! LOL [ ] [ vm + "-i=" image append "-generations=2" "-e=USING: memory io prettyprint system ; input-stream gc . 0 exit" - 3array try-process + 4array try-process ] unit-test [ [ ] instances ] must-infer