From f57e75c6947a41de42e9fc365adf6fc76ae49db1 Mon Sep 17 00:00:00 2001 From: Nick Santana Date: Tue, 2 Jan 2024 13:53:39 -0800 Subject: [PATCH] Update test for new bitflags display --- core/types/src/attributes.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/types/src/attributes.rs b/core/types/src/attributes.rs index 9c937f4e..351c8f02 100644 --- a/core/types/src/attributes.rs +++ b/core/types/src/attributes.rs @@ -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" ); }