Skip to content

Commit

Permalink
Update compile_fail tests stderr for syn new version
Browse files Browse the repository at this point in the history
  • Loading branch information
SpriteOvO committed Aug 16, 2024
1 parent aa10020 commit 0aa5593
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spdlog/tests/compile_fail/pattern_macro_syntax.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ error: unexpected end of input, expected identifier
8 | pattern!("{logger} {$custom_pat}", {$custom_pat} => custom_pat_creator, {$} => custom_pat_creator);
| ^

error: unexpected token
error: unexpected token, expected `}`
--> tests/compile_fail/pattern_macro_syntax.rs:9:85
|
9 | pattern!("{logger} {$custom_pat}", {$custom_pat} => custom_pat_creator, {$custom-pat2} => custom_pat_creator);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ error: unexpected end of input, expected identifier
8 | runtime_pattern!("{logger} {$custom_pat}", {$custom_pat} => custom_pat_creator, {$} => custom_pat_creator);
| ^

error: unexpected token
error: unexpected token, expected `}`
--> tests/compile_fail/pattern_runtime_macro_syntax.rs:9:93
|
9 | runtime_pattern!("{logger} {$custom_pat}", {$custom_pat} => custom_pat_creator, {$custom-pat2} => custom_pat_creator);
Expand Down

0 comments on commit 0aa5593

Please sign in to comment.