Skip to content

Commit 109c6b7

Browse files
committed
fix: test case errors
1 parent 85821a3 commit 109c6b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/target/comments_in_paren/comments_in_paren.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// Ensure comment preservation in parenthesis
44
fn main() {
5-
let (/**/ () | () /**/) = ();
5+
let (/* */ () | () /* */) = ();
66
let (/**/ () | () /**/) = ();
77
let (/*comment*/ () | () /*comment*/) = ();
88
let (/*multi-line

0 commit comments

Comments
 (0)