aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/script/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/script/lib.rs')
-rw-r--r--tests/unit/script/lib.rs3
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;
-}