about summary refs log tree commit diff
path: root/tests/ui/parser/macro/macro-missing-right-paren.stderr
AgeCommit message (Collapse)AuthorLines
2025-07-05Rename tests named with `mbe` to use `macro` insteadJosh Triplett-0/+10
Most macro tests use `macro` in the name, making it easy to find and run tests relevant to macros. However, a few use `mbe` instead. Rename those to say `macro`.