mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +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;
|
||||
mod devtools;
|
||||
|
||||
#[cfg(test)]
|
||||
#[cfg(all(test, target_word_size = "64"))]
|
||||
mod tests;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue