1
Fork 0

libsyntax: Fix test and merge fallout.

This commit is contained in:
Patrick Walton 2014-01-02 12:30:58 -08:00
parent 8b088d493c
commit f3eee0ebad
3 changed files with 4 additions and 4 deletions

View file

@ -635,7 +635,7 @@ mod test {
}
#[test] fn parse_ident_pat () {
let parser = string_to_parser(@"b");
let mut parser = string_to_parser(@"b");
assert_eq!(parser.parse_pat(),
@ast::Pat{id: ast::DUMMY_NODE_ID,
node: ast::PatIdent(