Skip to content

Commit

Permalink
Added test annotation for Carbon
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoeilers committed Oct 16, 2023
1 parent c49b10a commit 7edf26b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/resources/all/issues/silicon/0338.vpr
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ method bar(x: Ref)
{
package acc(x.data) --* false {
assert acc(x.data) && acc(x.data)
//:: UnexpectedOutput(assert.failed:assertion.false, /carbon/issue/470/)
assert false
}
//:: ExpectedOutput(assert.failed:assertion.false)
Expand Down

0 comments on commit 7edf26b

Please sign in to comment.