Skip to content

Commit 5836f5a

Browse files
committed
add test for issue 2445
1 parent 848d9fd commit 5836f5a

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
test!(RunPassPretty {
2+
// comment
3+
path: "src/test/run-pass/pretty",
4+
mode: "pretty",
5+
suite: "run-pass",
6+
default: false,
7+
host: true // comment
8+
});
9+
10+
test!(Test{
11+
field: i32, // comment
12+
});
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
test!(RunPassPretty {
2+
// comment
3+
path: "src/test/run-pass/pretty",
4+
mode: "pretty",
5+
suite: "run-pass",
6+
default: false,
7+
host: true // comment
8+
});
9+
10+
test!(Test {
11+
field: i32 // comment
12+
});

0 commit comments

Comments
 (0)