diff options
author | Valentin Wüstholz <wuestholz@gmail.com> | 2015-11-17 14:13:58 -0600 |
---|---|---|
committer | Valentin Wüstholz <wuestholz@gmail.com> | 2015-11-17 14:13:58 -0600 |
commit | 9a4448732895ffe451642b2bebd95dcf1ed371d4 (patch) | |
tree | 3ad566b6ff0cbe0b2ea6f87807b02cd8d155c56a /Test | |
parent | e25dac8edab3e3f23db7c83b393ed388840d239f (diff) |
Fix test output.
Diffstat (limited to 'Test')
-rw-r--r-- | Test/aitest0/Issue25.bpl.expect | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Test/aitest0/Issue25.bpl.expect b/Test/aitest0/Issue25.bpl.expect index 80eeb1a7..f56502e2 100644 --- a/Test/aitest0/Issue25.bpl.expect +++ b/Test/aitest0/Issue25.bpl.expect @@ -1,8 +1,8 @@ -Bug25.bpl(12,1): Error BP5003: A postcondition might not hold on this return path. -Bug25.bpl(8,1): Related location: This is the postcondition that might not hold. +Issue25.bpl(12,1): Error BP5003: A postcondition might not hold on this return path. +Issue25.bpl(8,1): Related location: This is the postcondition that might not hold. Execution trace: - Bug25.bpl(11,3): anon0 - Bug25.bpl(12,1): anon2_LoopHead - Bug25.bpl(12,1): anon2_LoopDone + Issue25.bpl(11,3): anon0 + Issue25.bpl(12,1): anon2_LoopHead + Issue25.bpl(12,1): anon2_LoopDone Boogie program verifier finished with 0 verified, 1 error |