From 662e215c7e74fc2b71c848fbb863803e6de41fac Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Tue, 16 Jul 2013 11:26:32 -0700 Subject: [PATCH] tools.deploy.test: Bump windows binaries size up a bit. --- basis/tools/deploy/test/test.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/tools/deploy/test/test.factor b/basis/tools/deploy/test/test.factor index 5372ddf320..b04abe7d7e 100644 --- a/basis/tools/deploy/test/test.factor +++ b/basis/tools/deploy/test/test.factor @@ -21,7 +21,7 @@ ERROR: image-too-big actual-size max-size ; [ cell 4 / * cpu ppc? [ 100000 + ] when - os windows? [ 150000 + ] when + os windows? [ 160000 + ] when ] bi* 2dup <= [ 2drop ] [ image-too-big ] if ;