Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoeilers committed Oct 15, 2024
1 parent 0ed3647 commit c6fe45d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion silver
1 change: 0 additions & 1 deletion src/test/resources/moreCompleteExhale/0523.vpr
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,4 @@ predicate SomePredicate_pkg_F(param_pkg_V0: Ref) {
method client2_pkg_F(param_pkg_V0: Ref) returns (res_pkg_V0: Int)
requires acc(SomePredicate_pkg_F(param_pkg_V0), 1 / 2)
ensures acc(SomePredicate_pkg_F(param_pkg_V0), 1 / 2)
//:: ExpectedOutput(application.precondition:insufficient.permission)
ensures res_pkg_V0 == getter_pkg_F(param_pkg_V0)

0 comments on commit c6fe45d

Please sign in to comment.