Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhance committed Jan 10, 2025
1 parent 07258e9 commit 08df165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/rust_verify_test/tests/adts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1812,5 +1812,5 @@ test_verify_one_file! {
spec fn is_test_minimal(s: Seq<Option<Alternative>>) -> bool {
&&& forall|b:nat| s[b as int] is Some(Alternative::Yes)
}
} => Err(e) => assert_rust_error_msg(e, todo!())
} => Err(_e) => todo!() //assert_rust_error_msg(e, todo!())
}

1 comment on commit 08df165

@utaal
Copy link
Collaborator

@utaal utaal commented on 08df165 Jan 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

Please sign in to comment.