diff options
author | Zhen Zhang <izgzhen@gmail.com> | 2016-07-05 16:42:07 +0800 |
---|---|---|
committer | Zhen Zhang <izgzhen@gmail.com> | 2016-07-05 17:51:53 +0800 |
commit | ab14777312b6bc0e21736f907bc22364dea143d3 (patch) | |
tree | 9cd66fac8556e87da7b483785a8c8a27de1527ec /tests/unit/script/lib.rs | |
parent | 1cba3b3e9835fffbae91ab9dac76ed1f75bcf5c7 (diff) | |
download | servo-ab14777312b6bc0e21736f907bc22364dea143d3.tar.gz servo-ab14777312b6bc0e21736f907bc22364dea143d3.zip |
Remove DataSlice, fix #12249
Diffstat (limited to 'tests/unit/script/lib.rs')
-rw-r--r-- | tests/unit/script/lib.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/unit/script/lib.rs b/tests/unit/script/lib.rs index 8446ddc2330..9267038f9bd 100644 --- a/tests/unit/script/lib.rs +++ b/tests/unit/script/lib.rs @@ -12,6 +12,3 @@ extern crate url; #[cfg(test)] mod origin; #[cfg(all(test, target_pointer_width = "64"))] mod size_of; #[cfg(test)] mod textinput; -#[cfg(test)] mod dom { - mod blob; -} |