diff --git a/basis/io/launcher/windows/test/env.factor b/basis/io/launcher/windows/test/env.factor index 503ca7d018..b97ecc0a84 100644 --- a/basis/io/launcher/windows/test/env.factor +++ b/basis/io/launcher/windows/test/env.factor @@ -1,4 +1,5 @@ USE: system USE: prettyprint +USE: prettyprint.config USE: environment -os-envs . +os-envs [ . ] without-limits \ No newline at end of file