oops, removed bits.test() from main

This commit is contained in:
Dave Herman 2010-10-21 08:06:44 -07:00
parent da8b6795c7
commit 852c0d6631

View File

@ -5,12 +5,8 @@ import front.token;
import middle.trans;
import middle.resolve;
import util.bits;
io fn main(vec[str] args) {
bits.test();
log "This is the rust 'self-hosted' compiler.";
log "The one written in rust.";
log "It does nothing yet, it's a placeholder.";