aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r--components/script/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs
index de1ddbe5987..2cf8f99d4f3 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(all(test, target_word_size = "64"))]
+mod tests;