Skip to content

Commit

Permalink
Remove 'use' line that's confusing pp-exact during use/import transit…
Browse files Browse the repository at this point in the history
…ion.
  • Loading branch information
graydon committed Sep 5, 2012
1 parent 81695d8 commit 15b4734
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/test/run-pass/shebang.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!/usr/bin/env rustx
// pp-exact

use io::println;

fn main() { io::println(~"Hello World"); }
fn main() { io::println("Hello World"); }

0 comments on commit 15b4734

Please sign in to comment.