From 9a4448732895ffe451642b2bebd95dcf1ed371d4 Mon Sep 17 00:00:00 2001 From: Valentin Wüstholz Date: Tue, 17 Nov 2015 14:13:58 -0600 Subject: Fix test output. --- Test/aitest0/Issue25.bpl.expect | 10 +++++----- 1 file 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 -- cgit v1.2.3