Skip to content

Commit

Permalink
Workaround false positive error from pretty print test.
Browse files Browse the repository at this point in the history
  • Loading branch information
quantheory committed Mar 27, 2015
1 parent 2bef579 commit 69bf389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/run-pass/associated-const-marks-live-code.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ impl Foo {
const BAR: u32 = GLOBAL_BAR;
}

fn main() {
pub fn main() {
let _: u32 = Foo::BAR;
}

0 comments on commit 69bf389

Please sign in to comment.