Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standard value for benchmarks/structures/option_fail.rs not failing #4

Open
Necromaticon opened this issue Apr 18, 2024 · 0 comments
Open

Comments

@Necromaticon
Copy link

The difference between option_fail.rs and option.rs lies in the assumption that y > 0, yet the standard value for y is set as 2u64 so the assertion is not failing in option_fail.

Is there an error in that the y standard value is supposed to be 0u64 so that the verifier::unreachable! macro is called or am I missing another scenario where it is supposed to fail?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant