Skip to content

Commit

Permalink
Simplify hh-ex3-term
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Aug 1, 2023
1 parent 198dc51 commit e606b80
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/regression/56-witness/63-hh-ex3-term.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,8 @@ int main() {
i++;
j++;
__VERIFIER_assert(0 <= j);
__VERIFIER_assert(j <= i);
__VERIFIER_assert(i <= j + 3);
__VERIFIER_assert(j <= 4);
}
__VERIFIER_assert(0 <= j);
__VERIFIER_assert(j <= i);
__VERIFIER_assert(i <= j + 3);
__VERIFIER_assert(j <= 4);
i = i - j + 1;
}
return 0;
Expand Down

0 comments on commit e606b80

Please sign in to comment.