diff options
author | qunyanm <unknown> | 2015-12-02 08:18:51 -0800 |
---|---|---|
committer | qunyanm <unknown> | 2015-12-02 08:18:51 -0800 |
commit | 223d3d98b80519f936cbdcc6ca31cdd2819bd900 (patch) | |
tree | e75f72a06eed47e712cb986264d46d0542c359e1 /Test/wishlist | |
parent | f011e32f5a4a62b241c0c1301ab8010878b1bc7b (diff) |
Update the test .expect files since the line number info is fixed with boogie
merge #24
Diffstat (limited to 'Test/wishlist')
-rw-r--r-- | Test/wishlist/calc.dfy.expect | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/wishlist/calc.dfy.expect b/Test/wishlist/calc.dfy.expect index 1d5a55a6..9e4e7b44 100644 --- a/Test/wishlist/calc.dfy.expect +++ b/Test/wishlist/calc.dfy.expect @@ -1,4 +1,4 @@ -(0,-1): Error BP5003: A postcondition might not hold on this return path.
+calc.dfy(8,16): Error BP5003: A postcondition might not hold on this return path.
calc.dfy(8,10): Related location: This is the postcondition that might not hold.
Execution trace:
(0,0): anon0
|