Skip to content

Commit

Permalink
fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Esteban Küber committed Jul 20, 2018
1 parent 052159b commit 9112e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libfmt_macros/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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());
}
Expand Down

0 comments on commit 9112e1a

Please sign in to comment.