Skip to content

Commit

Permalink
Adapted test annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoeilers committed Feb 11, 2024
1 parent 0930905 commit 9f67812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/resources/all/issues/silver/0456.vpr
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ field val: Int
define wandA(a) acc(a.val) --* acc(a.val)

function reqA(a: Ref): Int
//:: ExpectedOutput(consistency.error)
//:: ExpectedOutput(typechecker.error)
requires wandA(a)

method test_wand_framing_2(a: Ref) {
Expand Down

0 comments on commit 9f67812

Please sign in to comment.