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

@@ -77,7 +77,6 @@ extern crate libc;
// Allow testing this library
#[cfg(test)] extern crate debug;
#[cfg(test)] extern crate native;
#[cfg(test)] #[phase(plugin, link)] extern crate std;
#[cfg(test)] #[phase(plugin, link)] extern crate log;