diff options
Diffstat (limited to 'tests/unit/script/lib.rs')
-rw-r--r-- | tests/unit/script/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/unit/script/lib.rs b/tests/unit/script/lib.rs index 4b258ede7d0..26c47e60f14 100644 --- a/tests/unit/script/lib.rs +++ b/tests/unit/script/lib.rs @@ -3,8 +3,6 @@ * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ #[cfg(test)] -mod headers; -#[cfg(test)] mod htmlareaelement; #[cfg(test)] mod htmlimageelement; |