diff options
Diffstat (limited to 'tests/unit/script/lib.rs')
-rw-r--r-- | tests/unit/script/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/unit/script/lib.rs b/tests/unit/script/lib.rs index 81c54e201f1..7996dae56cb 100644 --- a/tests/unit/script/lib.rs +++ b/tests/unit/script/lib.rs @@ -8,3 +8,6 @@ extern crate util; #[cfg(all(test, target_pointer_width = "64"))] mod size_of; #[cfg(test)] mod textinput; +#[cfg(test)] mod dom { + mod blob; +} |