Skip to content

Commit 2e7222a

Browse files
alexanderkjallemilio
authored andcommitted
disable the 'size_of_tests' on 32-bit architectures
1 parent 88c9a12 commit 2e7222a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ mod parser;
102102
mod serializer;
103103
mod unicode_range;
104104

105-
#[cfg(test)]
105+
#[cfg(all(test,target_pointer_width = "64"))]
106106
mod size_of_tests;
107107
#[cfg(test)]
108108
mod tests;

0 commit comments

Comments
 (0)