Skip to content

Commit

Permalink
Merge pull request GitoxideLabs#1337 from blinxen/main
Browse files Browse the repository at this point in the history
[gix-config] Run parse::tests::section::size_of_events only on 64 bit architectures
  • Loading branch information
Byron authored Apr 5, 2024
2 parents 16dc027 + 0ce06a6 commit 52efa90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gix-config/src/parse/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ mod section {
use std::borrow::Cow;

#[test]
#[cfg(target_pointer_width = "64")]
fn size_of_events() {
assert_eq!(
std::mem::size_of::<Section<'_>>(),
Expand Down

0 comments on commit 52efa90

Please sign in to comment.