Skip to content

Commit

Permalink
Update src/runtime_bignum_test.nr
Browse files Browse the repository at this point in the history
Co-authored-by: Maxim Vezenov <[email protected]>
  • Loading branch information
TomAFrench and vezenovm authored Oct 9, 2024
1 parent 15683dc commit 26ccd61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/runtime_bignum_test.nr
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ fn test_derive<let N: u32, Params>(BNInstance: BigNumInstance<N, Params>) where
BNInstance.__derive_from_seed("hello".as_bytes())
};
assert(BNInstance.eq(a, b));
// println(f"derived value = {a}");
}

fn test_eq<let N: u32, Params>(BNInstance: BigNumInstance<N, Params>) where Params: BigNumParamsTrait<N> {
Expand Down

0 comments on commit 26ccd61

Please sign in to comment.