Skip to content

Commit

Permalink
Fixing test annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoeilers committed May 4, 2024
1 parent 068f121 commit e15d356
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/resources/wands/new_syntax/QPWands.vpr
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ requires acc(y.f) {

method test1(x: Ref)
requires forall i: Int :: true ==> acc(x.f) && x.f == i --* acc(x.f) {
// ME: Can we actually expect this to go through? How Would it trigger the QP we have?
//:: UnexpectedOutput(exhale.failed:wand.not.found, /silicon/issue/000/)
exhale forall i: Int :: true ==> acc(x.f) && x.f == i-1 --* acc(x.f)

//:: ExpectedOutput(assert.failed:wand.not.found)
Expand Down

0 comments on commit e15d356

Please sign in to comment.