Skip to content

Commit

Permalink
Fix bitflag test
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda committed Nov 18, 2023
1 parent 2283f57 commit 0c3d437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rspirv/dr/constructs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ mod tests {
"{}",
dr::Operand::FunctionControl(spirv::FunctionControl::INLINE)
),
"INLINE",
"FunctionControl(INLINE)",
);
assert_eq!(format!("{}", dr::Operand::IdRef(3)), "%3");
assert_eq!(format!("{}", dr::Operand::LiteralBit32(3)), "3");
Expand Down

0 comments on commit 0c3d437

Please sign in to comment.