1
0
This commit is contained in:
Jeff 2025-02-06 17:25:46 -05:00
parent 75d6948e82
commit 788e3d4a2b

View File

@ -787,7 +787,7 @@ mod tests {
TypeCode::CHARACTER, TypeCode::CHARACTER,
); );
assert!(instruction.d_field()); assert!(!instruction.d_field());
} }
#[test] #[test]