]> gitweb.factorcode.org Git - factor.git/commitdiff
Revert "mason.child: Up the codeheap size on Windows-x86.64 mason tests."
authorJohn Benediktsson <mrjbq7@gmail.com>
Sat, 14 Jan 2023 21:03:51 +0000 (13:03 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 14 Jan 2023 21:03:51 +0000 (13:03 -0800)
This reverts commit 3e2f5194a09f8505206f9ed03a33731f36b0cd5c.

extra/mason/child/child.factor

index 0e707c6da69a077e3018b1d91a2698b7e66c8a2d..b793249d57a88fa14e9197db8aecd8891e62a727 100644 (file)
@@ -63,12 +63,7 @@ M: windows factor-path "./factor.com" ;
         try-process
     ] with-directory ;
 
-: mason-child-test-cmd ( -- cmd )
-    [
-        mason-child-vm ,
-        os windows? cpu x86.64? and [ "-codeheap=200" , ] when
-        "-run=mason.test" ,
-    ] { } make ;
+: mason-child-test-cmd ( -- cmd ) mason-child-vm "-run=mason.test" 2array ;
 
 : test-mason-child ( -- )
     "factor" [