diff options
| author | Dave Herman <[email protected]> | 2010-10-21 08:06:44 -0700 |
|---|---|---|
| committer | Dave Herman <[email protected]> | 2010-10-21 08:06:44 -0700 |
| commit | 852c0d6631536a56c25bf712f89aac34b58c0d91 (patch) | |
| tree | 6ae48072bf86079952bae3e79dd4b50d6ad77b11 /src/comp/driver | |
| parent | tests and bugfixes: fns take aliases, fixed binary arithmetic in create, elim... (diff) | |
| download | rust-852c0d6631536a56c25bf712f89aac34b58c0d91.tar.xz rust-852c0d6631536a56c25bf712f89aac34b58c0d91.zip | |
oops, removed bits.test() from main
Diffstat (limited to 'src/comp/driver')
| -rw-r--r-- | src/comp/driver/rustc.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/comp/driver/rustc.rs b/src/comp/driver/rustc.rs index 147d5dff..69030f3c 100644 --- a/src/comp/driver/rustc.rs +++ b/src/comp/driver/rustc.rs @@ -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."; |