Skip to content

Commit

Permalink
updated annotation, since Carbon issue 6 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderjsummers committed Jan 9, 2014
1 parent 98267a5 commit 332e7fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/resources/all/issues/silicon/0043.sil
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//:: IgnoreFile(/carbon/issue/6/)

method checkGcd(left: Int, right: Int)
requires left >= 0 && right >= 0
ensures right == 0 || (left % right >= 0)
Expand Down

0 comments on commit 332e7fe

Please sign in to comment.