Skip to content

Commit

Permalink
Fix expected output of other test
Browse files Browse the repository at this point in the history
  • Loading branch information
atomb committed Sep 5, 2023
1 parent 5555600 commit d0a04e7
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Test/unnecessaryassumes/unnecessaryassumes1.bpl
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
// We use boogie instead of parallel-boogie here to fix the order of the output from /trackVerificationCoverage
// RUN: %boogie -trackVerificationCoverage -trace "%s" > "%t"
// RUN: %OutputCheck "%s" --file-to-check="%t"
// CHECK: Covered elements: s0
// CHECK: Covered elements: s2, s3
// CHECK: Elements covered by verification: s0, s2, s3
// CHECK: Proof dependencies:
// CHECK: s0
// CHECK: Proof dependencies:
// CHECK: s2
// CHECK: s3
// CHECK: Proof dependencies of whole program:
// CHECK: s0
// CHECK: s2
// CHECK: s3
// UNSUPPORTED: batch_mode

procedure test0(n: int)
Expand Down

0 comments on commit d0a04e7

Please sign in to comment.