diff options
author | mschwerhoff <unknown> | 2010-07-06 12:19:26 +0000 |
---|---|---|
committer | mschwerhoff <unknown> | 2010-07-06 12:19:26 +0000 |
commit | 5d8501226867402a6b36f69e582c7724c57c6005 (patch) | |
tree | daf6db8b754a6718f6a559f494c935d96ad97c20 /Test | |
parent | 248453146e3501670929bd312f4da8856850ec5e (diff) |
Added a comment noting that this test fails with Z3 2.4.
Diffstat (limited to 'Test')
-rw-r--r-- | Test/VSI-Benchmarks/b4.dfy | 5 |
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
|