syntax: tests: fix fallout from using ptr::P.

This commit is contained in:
Eduard Burtescu
2014-04-05 16:24:28 +03:00
parent ccd8498afb
commit d379ad111c
5 changed files with 16 additions and 16 deletions

View File

@@ -1236,7 +1236,7 @@ mod test {
fn fold_ident(&mut self, _: ast::Ident) -> ast::Ident {
token::str_to_ident("zz")
}
fn fold_mac(&mut self, macro: &ast::Mac) -> ast::Mac {
fn fold_mac(&mut self, macro: ast::Mac) -> ast::Mac {
fold::noop_fold_mac(macro, self)
}
}