Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
malik672 committed Nov 28, 2024
1 parent f701947 commit e43a787
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/addmod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ fn main() {}
#[test]
fn test() -> anyhow::Result<()> {
use zint::{Bytes32 as _, Contract};
use zink::primitives::Asm;


// Test for i32
let mut contract = Contract::search("addmod")?.compile()?;

Expand Down

0 comments on commit e43a787

Please sign in to comment.