setting up tests

This commit is contained in:
Jaremy Creechley 2023-12-11 17:21:51 -07:00
parent 57bc4058e0
commit 05b34bdcb4
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300

View File

@ -182,5 +182,7 @@ fn parse_mpack_args(builder: &mut CircomBuilder<Params256Ty>, mut inputs: &[u8])
_ => return Err("unhandled argument kind".to_string()),
}
}
println!("parse_mpack_args DONE!");
Ok(())
}