make test match upstream

This commit is contained in:
Dmitriy Ryajov 2024-01-19 14:40:08 -06:00
parent ea1acedf4e
commit 39f4f68433
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4
1 changed files with 1 additions and 1 deletions

View File

@ -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();