Skip to content

Commit

Permalink
Update compiler/noirc_evaluator/src/ssa/opt/constant_folding.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Michael J Klein <[email protected]>
  • Loading branch information
jfecher and michaeljklein authored Oct 9, 2024
1 parent 0dd3b83 commit 3f2e4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/noirc_evaluator/src/ssa/opt/constant_folding.rs
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ mod test {
// }
//
// Here we're checking a situation where two identical arrays are initialized twice, checking that these result in the same `ValueId`.
// Previously these would receive separate `ValueId`s resulting in instructions not being properly deduplicated.
// Previously, these would receive separate `ValueId`s resulting in instructions not being properly deduplicated.
let main_id = Id::test_new(0);

// Compiling main
Expand Down

0 comments on commit 3f2e4ef

Please sign in to comment.