1
Fork 0

Once again, revert "Use pipes in compiletest"

This reverts commit 1d04b0ed5a.
This commit is contained in:
Eric Holk 2012-08-03 15:22:01 -07:00
parent 5012abde8f
commit 618d311c3d
2 changed files with 17 additions and 15 deletions

View file

@ -8,6 +8,11 @@ import task;
import core::result;
import result::{ok, err};
import comm::port;
import comm::chan;
import comm::send;
import comm::recv;
import common::config;
import common::mode_run_pass;
import common::mode_run_fail;