Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
keyboardDrummer committed Jul 31, 2024
1 parent 75f26a3 commit ebf4a33
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Test/test0/SplitOnEveryAssert.bpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
// RUN: %OutputCheck --file-to-check "%t" "%s"

// CHECK: Verifying DoTheSplitting ...
// CHECK: checking split 1/12, .*
// CHECK: checking split 2/12, .*
// CHECK: checking split 3/12, .*
// CHECK: checking split 4/12, .*
// CHECK: checking split 1/12.*
// CHECK: checking split 2/12.*
// CHECK: checking split 3/12.*
// CHECK: checking split 4/12.*
// CHECK: --> split #4 done, \[.* s\] Invalid
// CHECK: checking split 5/12, .*
// CHECK: checking split 6/12, .*
// CHECK: checking split 7/12, .*
// CHECK: checking split 8/12, .*
// CHECK: checking split 9/12, .*
// CHECK: checking split 10/12, .*
// CHECK: checking split 11/12, .*
// CHECK: checking split 12/12, .*
// CHECK: checking split 5/12.*
// CHECK: checking split 6/12.*
// CHECK: checking split 7/12.*
// CHECK: checking split 8/12.*
// CHECK: checking split 9/12.*
// CHECK: checking split 10/12.*
// CHECK: checking split 11/12.*
// CHECK: checking split 12/12.*
// CHECK-L: SplitOnEveryAssert.bpl(37,5): Error: this assertion could not be proved

// Verify the second procedure is NOT split. .* is necessary to match the blank line in-between.
Expand Down

0 comments on commit ebf4a33

Please sign in to comment.