Skip to content

Commit

Permalink
Adapting test annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoeilers committed Feb 7, 2024
1 parent 8ff203a commit 348dca1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def timed_release_bounded_nodec(self, other: 'A') -> None:
Requires(Acc(other.b))
Requires(MustRelease(other.a, other.b))

#:: ExpectedOutput(silicon)(call.precondition:assertion.false)|ExpectedOutput(carbon)(call.precondition:insufficient.permission)
#:: ExpectedOutput(call.precondition:insufficient.permission)
self.quick_release(other)

def timed_release_bounded_statdec(self, other: 'A') -> None:
Expand Down

0 comments on commit 348dca1

Please sign in to comment.