diff options
Diffstat (limited to 'tests/unit/script/lib.rs')
-rw-r--r-- | tests/unit/script/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/script/lib.rs b/tests/unit/script/lib.rs index c2829292bb9..8446ddc2330 100644 --- a/tests/unit/script/lib.rs +++ b/tests/unit/script/lib.rs @@ -13,6 +13,5 @@ extern crate url; #[cfg(all(test, target_pointer_width = "64"))] mod size_of; #[cfg(test)] mod textinput; #[cfg(test)] mod dom { - mod bindings; mod blob; } |