Move script crate unit tests into the unit_tests crate.

This commit is contained in:
Simon Sapin 2015-04-07 18:35:18 +02:00
parent e5466a34c5
commit dc431c9bdb
8 changed files with 190 additions and 183 deletions

View file

@ -65,6 +65,3 @@ pub mod script_task;
mod timers;
pub mod textinput;
mod devtools;
#[cfg(all(test, target_pointer_width = "64"))]
mod tests;