1
Fork 0

Remove libdebug and update tests.

This commit is contained in:
Luqman Aden 2014-10-14 21:07:11 -04:00
parent b6e0d3a5bf
commit 38aca17c47
134 changed files with 236 additions and 1716 deletions

View file

@ -118,7 +118,6 @@
#![reexport_test_harness_main = "test_main"]
#[cfg(test)] extern crate green;
#[cfg(test)] extern crate debug;
#[cfg(test)] #[phase(plugin, link)] extern crate log;
extern crate alloc;