Skip to content

Commit 6b6aca2

Browse files
committed
update
1 parent 4080720 commit 6b6aca2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Test/civl/samples/ABD.bpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,10 +215,11 @@ preserves call ValueStoreInv#3(LeastTimeStamp(), InitValue);
215215
var old_ts: TimeStamp;
216216
// tsq is the quorum witnessing the global timestamp TS
217217
var {:layer 2, 3} tsq: ReplicaSet;
218+
var {:layer 2} tsq': ReplicaSet;
218219

219220
par old_ts, tsq := Begin(one_pid) | ValidTimeStamp() | ValueStoreInv#3(LeastTimeStamp(), InitValue);
220221
call Yield#4();
221-
call lwq', ts := Write(one_pid, value, lwq, old_ts, tsq);
222+
call lwq', tsq', ts := Write(one_pid, value, lwq, old_ts, tsq);
222223
call Yield#4();
223224
call End(one_pid, ts);
224225
}

0 commit comments

Comments
 (0)