mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Restrict size tests to 64 bit
This commit is contained in:
parent
16ffd543dd
commit
f221cb5178
1 changed files with 1 additions and 1 deletions
|
@ -227,5 +227,5 @@ mod timers;
|
||||||
pub mod textinput;
|
pub mod textinput;
|
||||||
mod devtools;
|
mod devtools;
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(all(test, target_word_size = "64"))]
|
||||||
mod tests;
|
mod tests;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue