Skip to content

Commit

Permalink
Rebase/fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
porcuquine committed Jan 8, 2024
1 parent 50f82e1 commit 32ed056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/coprocessor/memoset/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use crate::circuit::gadgets::{
};
use crate::field::LurkField;
use crate::lem::circuit::GlobalAllocator;
use crate::lem::Tag;
use crate::lem::tag::Tag;
use crate::lem::{pointers::Ptr, store::Store};
use crate::tag::{ExprTag, Tag as XTag};
use crate::z_ptr::ZPtr;
Expand Down Expand Up @@ -673,7 +673,7 @@ mod test {
.transcript
.get()
.unwrap()
.fmt_to_string_dammit(s)
.fmt_to_string_simple(s)
);

expect_eq(cs.num_constraints(), expect!["10826"]);
Expand Down

0 comments on commit 32ed056

Please sign in to comment.