Fix test fallout from removing vecs_implicitly_copyable
This commit is contained in:
parent
5614e83e81
commit
ffcc680f9c
14 changed files with 52 additions and 62 deletions
|
|
@ -134,7 +134,7 @@ pub fn stash_expr_if(c: @fn(@ast::expr, test_mode)->bool,
|
|||
e: @ast::expr,
|
||||
tm: test_mode) {
|
||||
if c(e, tm) {
|
||||
*es += ~[e];
|
||||
*es = *es + ~[e];
|
||||
} else {
|
||||
/* now my indices are wrong :( */
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue