diff --git a/components/script/lib.rs b/components/script/lib.rs index faa80504a55..5ffaa96b657 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -233,5 +233,5 @@ mod timers; pub mod textinput; mod devtools; -#[cfg(all(test, target_word_size = "64"))] +#[cfg(all(test, target_pointer_width = "64"))] mod tests;