Skip to content

Commit

Permalink
Update test for new bitflags display
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-mobilecoin committed Jan 2, 2024
1 parent dd924d8 commit f57e75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/types/src/attributes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ mod test {
});
assert_eq!(
attributes.to_string(),
"Flags: (none) Xfrm: 0x7FFF_FFFF_FFFF_FFFF"
"Flags: (none) Xfrm: LEGACY | AVX | AVX_512 | MPX | PKRU | AMX"
);
}

Expand Down

0 comments on commit f57e75c

Please sign in to comment.