Restrict size tests to 64 bit

This commit is contained in:
Manish Goregaokar 2014-12-01 23:56:24 -08:00
parent 16ffd543dd
commit f221cb5178

View file

@ -227,5 +227,5 @@ mod timers;
pub mod textinput;
mod devtools;
#[cfg(test)]
#[cfg(all(test, target_word_size = "64"))]
mod tests;