Skip to content

Commit

Permalink
o1vm: aesthetic
Browse files Browse the repository at this point in the history
  • Loading branch information
dannywillems committed Nov 1, 2024
1 parent 2f78e37 commit fd0e8b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions o1vm/src/pickles/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ use mina_poseidon::{
use o1_utils::tests::make_test_rng;
use poly_commitment::SRS;
use strum::{EnumCount, IntoEnumIterator};

#[test]
fn test_regression_constraints_with_selectors() {
let constraints = {
Expand Down Expand Up @@ -75,6 +76,7 @@ fn test_regression_selectors_for_instructions() {
fn zero_to_n_minus_one(n: usize) -> Vec<Fq> {
(0..n).map(|i| Fq::from((i) as u64)).collect()
}

#[test]
fn test_small_circuit() {
let domain = EvaluationDomains::<Fq>::create(8).unwrap();
Expand Down

0 comments on commit fd0e8b8

Please sign in to comment.