fix rebase
This commit is contained in:
parent
052159be53
commit
9112e1a4cd
1 changed files with 1 additions and 1 deletions
|
|
@ -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());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue