diff --git a/extra/mason/child/child-tests.factor b/extra/mason/child/child-tests.factor index 291024e775..f2e99714ab 100644 --- a/extra/mason/child/child-tests.factor +++ b/extra/mason/child/child-tests.factor @@ -2,22 +2,6 @@ USING: io io.pathnames kernel mason.child mason.config namespaces sequences system tools.test ; IN: mason.child.tests -{ { "make" "macosx-x86-32" } } [ - H{ - { target-os macosx } - { target-cpu x86.32 } - } [ mason-child-make-cmd ] with-variables -] unit-test - -! Must be an absolute path on Windows because launch directory -! is relative to parent directory (instead of current directory). -{ t } [ - H{ - { target-os windows } - { target-cpu x86.32 } - } [ mason-child-make-cmd ] with-variables first absolute-path? -] unit-test - { t } [ H{ { target-os windows }