Skip to content

Commit ae21913

Browse files
disable the 'size_of_tests' on 32-bit architectures
1 parent 37fe2cd commit ae21913

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)