-
Notifications
You must be signed in to change notification settings - Fork 49
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
Bug in program evaluation/verification #287
Labels
Comments
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This particular piece of code will trigger a postcondition violation on evaluation and an invalid verification with an empty counter example for
_main
but should not.Running this program on the JVM yield no errors and
_main
indeed returns0
.When this is fixed,
src/test/resources/regression/genc/unverified/Aliasing4.scala
should be moved tosrc/test/resources/regression/genc/valid/Aliasing4.scala
(ATM only available ontopic/genc_v2
branch).The text was updated successfully, but these errors were encountered: