libsyntax: Fix test and merge fallout.
This commit is contained in:
parent
8b088d493c
commit
f3eee0ebad
3 changed files with 4 additions and 4 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue