Skip to content

Commit 0ab2a9f

Browse files
committed
Rename tests named with mbe to use macro instead
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`.
1 parent 6d64306 commit 0ab2a9f

11 files changed

+1
-1
lines changed

tests/ui/parser/macro/mbe_missing_right_paren.stderr renamed to tests/ui/parser/macro/macro-missing-right-paren.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error: this file contains an unclosed delimiter
2-
--> $DIR/mbe_missing_right_paren.rs:3:19
2+
--> $DIR/macro-missing-right-paren.rs:3:19
33
|
44
LL | macro_rules! abc(ؼ
55
| - ^

0 commit comments

Comments
 (0)