Skip to content

Commit 7ad1cc7

Browse files
committed
testsuite: Add main function to issue-5554 test
1 parent 351f603 commit 7ad1cc7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/run-pass/issue-5554.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ macro_rules! constants {
3232
}
3333

3434

35-
fn test_X() {
35+
pub fn main() {
3636
constants!();
3737
}
38-

0 commit comments

Comments
 (0)