Skip to content

Commit 852c0d6

Browse files
author
Dave Herman
committed
oops, removed bits.test() from main
1 parent da8b679 commit 852c0d6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/comp/driver/rustc.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,8 @@ import front.token;
55
import middle.trans;
66
import middle.resolve;
77

8-
import util.bits;
9-
108
io fn main(vec[str] args) {
119

12-
bits.test();
13-
1410
log "This is the rust 'self-hosted' compiler.";
1511
log "The one written in rust.";
1612
log "It does nothing yet, it's a placeholder.";

0 commit comments

Comments
 (0)