Skip to content

Commit

Permalink
Update test annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoeilers committed Oct 13, 2024
1 parent f49fee0 commit 0ed3647
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/test/resources/moreCompleteExhale/0523.vpr
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ function req(x: Ref): Bool

method test(x: Ref) {
inhale acc(x.f)
//:: ExpectedOutput(application.precondition:insufficient.permission)
assert req(x) // Fails only without --enableMoreCompleteExhale (and should fail)
assert false // Fails even with --enableMoreCompleteExhale (and should fail)
assert req(x)
//:: ExpectedOutput(assert.failed:assertion.false)
assert false
}


Expand Down

0 comments on commit 0ed3647

Please sign in to comment.