Skip to content

Commit 15b4734

Browse files
committed
Remove 'use' line that's confusing pp-exact during use/import transition.
1 parent 81695d8 commit 15b4734

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/test/run-pass/shebang.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#!/usr/bin/env rustx
22
// pp-exact
33

4-
use io::println;
5-
6-
fn main() { io::println(~"Hello World"); }
4+
fn main() { io::println("Hello World"); }

0 commit comments

Comments
 (0)