Skip to content

Commit

Permalink
testsuite: Add main function to issue-5554 test
Browse files Browse the repository at this point in the history
  • Loading branch information
catamorphism committed May 28, 2013
1 parent 351f603 commit 7ad1cc7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/run-pass/issue-5554.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ macro_rules! constants {
}


fn test_X() {
pub fn main() {
constants!();
}

1 comment on commit 7ad1cc7

@catamorphism
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r+

Please sign in to comment.