mirror of
https://github.com/codex-storage/circom-compat-ffi.git
synced 2025-01-24 09:28:55 +00:00
make test match upstream
This commit is contained in:
parent
ea1acedf4e
commit
39f4f68433
@ -341,7 +341,7 @@ mod test {
|
||||
push_input_numeric_i8(ctx_ptr, a.as_ptr(), 3);
|
||||
|
||||
let b = CString::new("b".as_bytes()).unwrap();
|
||||
push_input_numeric_i8(ctx_ptr, b.as_ptr(), 3);
|
||||
push_input_numeric_i8(ctx_ptr, b.as_ptr(), 11);
|
||||
|
||||
let mut proof_bytes_ptr: *mut Buffer = std::ptr::null_mut();
|
||||
let mut inputs_bytes_ptr: *mut Buffer = std::ptr::null_mut();
|
||||
|
Loading…
x
Reference in New Issue
Block a user