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

2
tests/unit/script/mod.rs Normal file
View file

@ -0,0 +1,2 @@
#[cfg(target_pointer_width = "64")] mod size_of;
mod textinput;