Skip to content

Commit c8e375c

Browse files
committed
[ test ] Changed the golden file due to the change of 'After Loop'->'InvBase', 'Loop Termination' -> 'TermBase'.
1 parent a4abbed commit c8e375c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/golden/Server/spec-qm-5.gcl.golden

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ Sweep Result { POs: [ Loop Invariant at ./test/source/Server/spec-qm-5.gcl [53-7
55
66
f[n] = 0`
77
explanation not available
8-
, After Loop at ./test/source/Server/spec-qm-5.gcl [78-146] 6:1-10:3 #10b2d1130ba729f6
8+
, InvBase at ./test/source/Server/spec-qm-5.gcl [78-146] 6:1-10:3 #10b2d1130ba729f6
99
`f[n] = 0 ∧¬ n ≠ N
1010
1111
True`
1212
The loop invariant f[n] = 0 should remain true while all the guards n ≠ N become false after executing the loop
13-
, Loop Termination at ./test/source/Server/spec-qm-5.gcl [78-146] 6:1-10:3 #762377d90313a209
13+
, TermBase at ./test/source/Server/spec-qm-5.gcl [78-146] 6:1-10:3 #762377d90313a209
1414
`f[n] = 0 ∧n ≠ N
1515
1616
N - n ≥ 0`

0 commit comments

Comments
 (0)