fix rebase

This commit is contained in:
Esteban Küber 2018-07-20 11:04:23 -07:00
parent 052159be53
commit 9112e1a4cd
1 changed files with 1 additions and 1 deletions

View File

@ -579,7 +579,7 @@ mod tests {
}
fn musterr(s: &str) {
let mut p = Parser::new(fmt, syntax::ast::StrStyle::Cooked);
let mut p = Parser::new(s, syntax::ast::StrStyle::Cooked);
p.next();
assert!(!p.errors.is_empty());
}