summaryrefslogtreecommitdiff
path: root/Test/VSI-Benchmarks
diff options
context:
space:
mode:
authorGravatar mschwerhoff <unknown>2010-07-06 12:19:26 +0000
committerGravatar mschwerhoff <unknown>2010-07-06 12:19:26 +0000
commit1a7842037a68d67db494b060dc73cad60aa31332 (patch)
tree427e2b23c440698d0030d63387fd5ca5ad5824d1 /Test/VSI-Benchmarks
parentad079c6b90e2148d419815de1a7ac4dc13a77fdb (diff)
Added a comment noting that this test fails with Z3 2.4.
Diffstat (limited to 'Test/VSI-Benchmarks')
-rw-r--r--Test/VSI-Benchmarks/b4.dfy5
1 files changed, 5 insertions, 0 deletions
diff --git a/Test/VSI-Benchmarks/b4.dfy b/Test/VSI-Benchmarks/b4.dfy
index 80d6b8d6..ebaeab84 100644
--- a/Test/VSI-Benchmarks/b4.dfy
+++ b/Test/VSI-Benchmarks/b4.dfy
@@ -1,3 +1,8 @@
+/*
+ This test fails with Z3 2.4 (on Win7 x64) and works
+ with Z3 2.9 (on Win7 x64). Other versions ... who knows.
+*/
+
// Note: We are using the built-in equality to compare keys.
// Note: The abstract specifications would do well with a map from keys
// to values. However, Dafny does not support maps. Instead, such a