]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/tools/deploy/test/test.factor
change ERROR: words from throw-foo back to foo.
[factor.git] / basis / tools / deploy / test / test.factor
index 367aa21fff3c4653fac12018ee53ceee85fc30d2..05e16ca10f1581fc31e132731eeca937dd785de9 100644 (file)
@@ -23,7 +23,7 @@ ERROR: image-too-big actual-size max-size ;
         cpu ppc? [ 100000 + ] when
         os windows? [ 160000 + ] when
     ] bi*
-    2dup <= [ 2drop ] [ throw-image-too-big ] if ;
+    2dup <= [ 2drop ] [ image-too-big ] if ;
 
 : deploy-test-command ( -- args )
     os macosx?