Re-enable the DOM struct size tests.

They were inadvertently disabled in the Rust upgrade.
This commit is contained in:
Ms2ger 2015-01-30 22:13:48 +01:00
parent be31f85083
commit fba6b613c2

View file

@ -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;