Skip to content

Commit ddf8498

Browse files
committed
revert more tests
1 parent f303d01 commit ddf8498

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

Test/commandline/SplitOnEveryAssert.bpl

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
// RUN: %OutputCheck --file-to-check "%t" "%s"
44

55
// CHECK: Verifying Ex ...
6-
// CHECK: checking split 1/12 .*
7-
// CHECK: checking split 2/12 .*
8-
// CHECK: checking split 3/12 .*
9-
// CHECK: checking split 4/12 .*
10-
// CHECK: --> split #4 done, \[.* s\] Invalid
11-
// CHECK: checking split 5/12 .*
12-
// CHECK: checking split 6/12 .*
13-
// CHECK: checking split 7/12 .*
14-
// CHECK: checking split 8/12 .*
15-
// CHECK: checking split 9/12 .*
16-
// CHECK: checking split 10/12 .*
17-
// CHECK: checking split 11/12 .*
6+
// CHECK: checking split 1/11 .*
7+
// CHECK: checking split 2/11 .*
8+
// CHECK: checking split 3/11 .*
9+
// CHECK: checking split 4/11 .*
10+
// CHECK: --> split #3 done, \[.* s\] Invalid
11+
// CHECK: checking split 5/11 .*
12+
// CHECK: checking split 6/11 .*
13+
// CHECK: checking split 7/11 .*
14+
// CHECK: checking split 8/11 .*
15+
// CHECK: checking split 9/11 .*
16+
// CHECK: checking split 10/11 .*
17+
// CHECK: checking split 11/11 .*
1818
// CHECK-L: SplitOnEveryAssert.bpl(31,5): Error: this assertion could not be proved
1919

2020
procedure Ex() returns (y: int)

Test/test0/SplitOnEveryAssert.bpl

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
// RUN: %OutputCheck --file-to-check "%t" "%s"
44

55
// CHECK: Verifying DoTheSplitting ...
6-
// CHECK: checking split 1/12.*
7-
// CHECK: checking split 2/12.*
8-
// CHECK: checking split 3/12.*
9-
// CHECK: checking split 4/12.*
6+
// CHECK: checking split 1/11.*
7+
// CHECK: checking split 2/11.*
8+
// CHECK: checking split 3/11.*
9+
// CHECK: checking split 4/11.*
1010
// CHECK: --> split #4 done, \[.* s\] Invalid
11-
// CHECK: checking split 5/12.*
12-
// CHECK: checking split 6/12.*
13-
// CHECK: checking split 7/12.*
14-
// CHECK: checking split 8/12.*
15-
// CHECK: checking split 9/12.*
16-
// CHECK: checking split 10/12.*
17-
// CHECK: checking split 11/12.*
11+
// CHECK: checking split 5/11.*
12+
// CHECK: checking split 6/11.*
13+
// CHECK: checking split 7/11.*
14+
// CHECK: checking split 8/11.*
15+
// CHECK: checking split 9/11.*
16+
// CHECK: checking split 10/11.*
17+
// CHECK: checking split 11/11.*
1818
// CHECK-L: SplitOnEveryAssert.bpl(36,5): Error: this assertion could not be proved
1919

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

0 commit comments

Comments
 (0)