Skip to content

Commit

Permalink
test: commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Nesopie committed Oct 15, 2024
1 parent 29368f2 commit c264ee2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified elf/riscv32im-succinct-zkvm-elf
Binary file not shown.
1 change: 1 addition & 0 deletions lib/src/sxg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ mod tests {
#[test]
fn test_sxg() {
let default_input = SXGInput::default_testcase();
dbg!(&default_input);
assert!(default_input.verify().unwrap());
}
}

0 comments on commit c264ee2

Please sign in to comment.