Skip to content

Commit

Permalink
Merge pull request #2862 from o1-labs/sai/pass-fibb7-test
Browse files Browse the repository at this point in the history
removing ignore pragma for successfully passing fibb 7 test
  • Loading branch information
svv232 authored Dec 25, 2024
2 parents 0ae7560 + 5c72071 commit b56602f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions o1vm/tests/test_riscv_elf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ fn test_no_action() {
assert_eq!(witness.registers.general_purpose[17], 42);
}

// FIXME: stop ignoring when all the instructions are implemented.
#[test]
#[ignore]
fn test_fibonacci_7() {
let curr_dir = std::env::current_dir().unwrap();
let path = curr_dir.join(std::path::PathBuf::from(
Expand Down

0 comments on commit b56602f

Please sign in to comment.