Skip to content

Commit 52efa90

Browse files
authored
Merge pull request #1337 from blinxen/main
[gix-config] Run parse::tests::section::size_of_events only on 64 bit architectures
2 parents 16dc027 + 0ce06a6 commit 52efa90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gix-config/src/parse/tests.rs

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ mod section {
55
use std::borrow::Cow;
66

77
#[test]
8+
#[cfg(target_pointer_width = "64")]
89
fn size_of_events() {
910
assert_eq!(
1011
std::mem::size_of::<Section<'_>>(),

0 commit comments

Comments
 (0)