summaryrefslogtreecommitdiff
path: root/Test/VSI-Benchmarks
diff options
context:
space:
mode:
Diffstat (limited to 'Test/VSI-Benchmarks')
-rw-r--r--Test/VSI-Benchmarks/b3.dfy1
1 files changed, 1 insertions, 0 deletions
diff --git a/Test/VSI-Benchmarks/b3.dfy b/Test/VSI-Benchmarks/b3.dfy
index 9fc8a10d..5df25612 100644
--- a/Test/VSI-Benchmarks/b3.dfy
+++ b/Test/VSI-Benchmarks/b3.dfy
@@ -101,6 +101,7 @@ class Benchmark3 {
var x := q.Dequeue();
q.Enqueue(x);
j := j+1;
+ assert q.contents == old(q.contents)[j..] + old(q.contents)[..j];
}
m := q.Dequeue();