From 16ffd543dd4817bd54d009669ae246cfef15f321 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Mon, 1 Dec 2014 14:02:17 +0530 Subject: Add unit test to freeze sizes of DOM structs --- components/script/lib.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'components/script/lib.rs') diff --git a/components/script/lib.rs b/components/script/lib.rs index de1ddbe5987..3f1cac6bf25 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -226,3 +226,6 @@ pub mod script_task; mod timers; pub mod textinput; mod devtools; + +#[cfg(test)] +mod tests; -- cgit v1.2.3