Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Aug 15, 2024
1 parent 52f60b2 commit b101f59
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rust-bindings/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ mod tests {
#[test]
fn test_proofs() {
/*
* Generated by printing the inputs to validate_proof in tests/test_python_bindings.py
* Specifically, the test_k_21 function was adapted to append 100 lines to the file.
* Generated by tools/generate_rust_proof_test.py
*/
let path = PathBuf::from(env!("CARGO_MANIFEST_DIR")).join("test_proofs.txt");
let proofs = fs::read_to_string(path).unwrap();
Expand Down

0 comments on commit b101f59

Please sign in to comment.