Skip to content

Commit

Permalink
Grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
jfecher committed Jun 23, 2023
1 parent fd6ef90 commit 1a0ab1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/noirc_evaluator/src/ssa_refactor/opt/flatten_cfg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1249,7 +1249,7 @@ mod test {
#[test]
fn should_not_merge_incorrectly_to_false() {
// Regression test for #1792
// Tests that it does not simplify to a true constraint an always-false constraint
// Tests that it does not simplify a true constraint an always-false constraint
// fn main f1 {
// b0():
// v4 = call pedersen([Field 0], u32 0)
Expand Down

0 comments on commit 1a0ab1b

Please sign in to comment.