summaryrefslogtreecommitdiff
path: root/Chalice/tests/predicates
diff options
context:
space:
mode:
authorGravatar stefanheule <unknown>2012-03-13 04:38:01 -0700
committerGravatar stefanheule <unknown>2012-03-13 04:38:01 -0700
commit1d0b23b71e9bd9838042098bac1ba731f373c680 (patch)
tree687c007ca6c5c029d09e25dc08221fb075b9e38c /Chalice/tests/predicates
parentedf534c24a9f5e35cc1762414f550e24eb670a64 (diff)
Chalice: Adapt test and reference output to recent changes (previously failing test now verifies; i.e. Chalice is less incomplete).
Diffstat (limited to 'Chalice/tests/predicates')
-rw-r--r--Chalice/tests/predicates/aux-info.chalice2
-rw-r--r--Chalice/tests/predicates/aux-info.output.txt3
2 files changed, 2 insertions, 3 deletions
diff --git a/Chalice/tests/predicates/aux-info.chalice b/Chalice/tests/predicates/aux-info.chalice
index e72e25fa..f457c481 100644
--- a/Chalice/tests/predicates/aux-info.chalice
+++ b/Chalice/tests/predicates/aux-info.chalice
@@ -18,7 +18,7 @@ class Cell {
var tmp: int := value
fold p
// make sure that at this point we can retain information about the field value
- assert tmp == unfolding p in value // ERROR: currently, Chalice cannot prove this, which it should be able to do
+ assert tmp == unfolding p in value
}
method void()
diff --git a/Chalice/tests/predicates/aux-info.output.txt b/Chalice/tests/predicates/aux-info.output.txt
index 97794a51..ae84772b 100644
--- a/Chalice/tests/predicates/aux-info.output.txt
+++ b/Chalice/tests/predicates/aux-info.output.txt
@@ -1,5 +1,4 @@
Verification of aux-info.chalice using parameters=""
- 21.5: Assertion might not hold. The expression at 21.12 might not evaluate to true.
-Boogie program verifier finished with 1 errors and 0 smoke test warnings.
+Boogie program verifier finished with 0 errors and 0 smoke test warnings.