]> gitweb.factorcode.org Git - factor.git/commitdiff
Revert "mason.child: Up the codeheap size on Windows mason tests."
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 15 Mar 2021 20:34:28 +0000 (13:34 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 15 Mar 2021 20:34:28 +0000 (13:34 -0700)
This reverts commit cff2fde9f9f52d0d21a281ce4e3be92cb5067ec8.

extra/mason/child/child.factor

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