Skip to content

Commit 05a8f7b

Browse files
committed
cargo test --all now passes
1 parent 5f01221 commit 05a8f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/lean_prover/tests/test_zkvm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ fn test_zk_vm() {
1717
const PERMUTATION = 0;
1818
1919
fn main() {
20-
for i in 0..1000 unroll { if 1 == 0 { return; } } // increase bytecode size artificially
20+
for i in 0..1000 { if 1 == 0 { } }
2121
2222
for i in 10..500 {
2323
x = malloc_vec(6);

0 commit comments

Comments
 (0)