cleanup, fix test case

This commit is contained in:
John Clements
2013-02-13 15:38:42 -08:00
parent 9d962d8466
commit f9d789fa08
4 changed files with 13 additions and 5 deletions

View File

@@ -217,7 +217,6 @@ pub impl Parser {
let mut first = true;
let mut v = ~[];
while self.token != token::GT
// wait... isn't this going to eat a whole '>>' ?
&& self.token != token::BINOP(token::SHR) {
match sep {
Some(ref t) => {