Update for Box

This commit is contained in:
Corey Richardson
2014-05-07 11:12:04 -04:00
parent c4cf6ca8ad
commit 2afa42a32e
4 changed files with 25 additions and 25 deletions

View File

@@ -447,7 +447,7 @@ pub enum TestResult {
}
enum OutputLocation<T> {
Pretty(~term::Terminal<~Writer:Send>:Send),
Pretty(Box<term::Terminal<Box<Writer:Send>>:Send>),
Raw(T),
}