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!();
}

5 comments on commit 7ad1cc7

@bors
Copy link
Contributor

@bors bors commented on 7ad1cc7 May 28, 2013

Choose a reason for hiding this comment

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

saw approval from catamorphism
at catamorphism@7ad1cc7

@bors
Copy link
Contributor

@bors bors commented on 7ad1cc7 May 28, 2013

Choose a reason for hiding this comment

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

merging catamorphism/rust/issue-5543 = 7ad1cc7 into auto

@bors
Copy link
Contributor

@bors bors commented on 7ad1cc7 May 28, 2013

Choose a reason for hiding this comment

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

catamorphism/rust/issue-5543 = 7ad1cc7 merged ok, testing candidate = 9a06ff0

@bors
Copy link
Contributor

@bors bors commented on 7ad1cc7 May 28, 2013

Choose a reason for hiding this comment

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

@bors
Copy link
Contributor

@bors bors commented on 7ad1cc7 May 28, 2013

Choose a reason for hiding this comment

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

fast-forwarding incoming to auto = 9a06ff0

Please sign in to comment.