The wonky for...in... whitespace was bothering me. Sorry!
This commit is contained in:
parent
cb239cc028
commit
f91351aaf6
102 changed files with 564 additions and 564 deletions
|
@ -229,7 +229,7 @@ fn mk_test_desc_ivec_ty(cx: &test_ctxt) -> @ast::ty {
|
|||
fn mk_test_desc_vec(cx: &test_ctxt) -> @ast::expr {
|
||||
log #fmt("building test vector from %u tests", ivec::len(cx.testfns));
|
||||
let descs = ~[];
|
||||
for test: test in cx.testfns {
|
||||
for test: test in cx.testfns {
|
||||
let test_ = test; // Satisfy alias analysis
|
||||
descs += ~[mk_test_desc_rec(cx, test_)];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue