Skip to content

Commit 32a7d6b

Browse files
committed
Fix macro.pp - macro output has changed slightly
1 parent c1b8141 commit 32a7d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-project/tests/pretty/macro.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
// pretty-mode:expanded
99
// pp-exact:macro.pp
1010

11-
macro_rules! square(( $ x : expr ) => { $ x * $ x } ;);
11+
macro_rules! square { ($ x : expr) => { $ x * $ x } ; }
1212

1313
fn f() -> i8 { 5 * 5 }

0 commit comments

Comments
 (0)