Skip to content

Commit

Permalink
include comment pointing to regression test PR
Browse files Browse the repository at this point in the history
  • Loading branch information
vezenovm committed Feb 21, 2023
1 parent 1261622 commit 57e68f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/nargo/tests/test_data/merkle_insert/src/main.nr
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ fn main(
constrain new_leaf_exists == 1;

let h = std::hash::mimc_bn254(mimc_input);
// Regression test for PR #891
std::println(h);
constrain h == 18226366069841799622585958305961373004333097209608110160936134895615261821931;
}
Expand Down

0 comments on commit 57e68f3

Please sign in to comment.