Skip to content

Commit

Permalink
fix: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Graham Enos committed Aug 31, 2023
1 parent 890f591 commit 994063a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quil-rs/src/expression/simplification/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ mod tests {
assert_eq!(
parsed_expected.unwrap(),
computed,
"Simplifying `{}` yielded `{}` instead of the expected `{}`",
"Simplifying `{}` yielded `{:?}` instead of the expected `{}`",
$input,
computed,
$expected
Expand Down

0 comments on commit 994063a

Please sign in to comment.