Skip to content

Commit

Permalink
fix merge mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
iAmMichaelConnor committed Oct 21, 2024
1 parent bc7fa23 commit 9e73b24
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/runtime_bignum_test.nr
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ impl BigNumParamsGetter<18> for Test2048Params {
TEST_2048_PARAMS
}
}
impl NotRuntimeBigNumParamsTrait<18> for Test2048Params {
fn modulus_bits() -> u32 {
2048
}
}

/**
* @brief experimenting with macro madness and code generation to make some tests that apply to multiple BigNum parametrisations!
Expand Down

0 comments on commit 9e73b24

Please sign in to comment.