diff options
author | rustanleino <unknown> | 2009-08-07 17:21:13 +0000 |
---|---|---|
committer | rustanleino <unknown> | 2009-08-07 17:21:13 +0000 |
commit | faf1c46b1e67ab4c3d8a1c82974b0499015a83d3 (patch) | |
tree | 923bae2639dd557a9fed921135cca78911cef619 /Test/test13 | |
parent | 46b654cd5c5a0dc3df37d9a593fa5c81c59ab83f (diff) |
Removed Output files. These are created on a local machine when the tests are run.
Diffstat (limited to 'Test/test13')
-rw-r--r-- | Test/test13/Output | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/Test/test13/Output b/Test/test13/Output deleted file mode 100644 index c8263ac1..00000000 --- a/Test/test13/Output +++ /dev/null @@ -1,15 +0,0 @@ -
--------------------- ErrorTraceTestLoopInvViolationBPL --------------------
-ErrorTraceTestLoopInvViolationBPL.bpl(7,3): Error BP5001: This assertion might not hold.
-Execution trace:
- ErrorTraceTestLoopInvViolationBPL.bpl(5,5): anon0
-ErrorTraceTestLoopInvViolationBPL.bpl(16,16): Error BP5004: This loop invariant might not hold on entry.
-Execution trace:
- ErrorTraceTestLoopInvViolationBPL.bpl(14,5): anon0
-ErrorTraceTestLoopInvViolationBPL.bpl(27,17): Error BP5005: This loop invariant might not be maintained by the loop.
-Execution trace:
- ErrorTraceTestLoopInvViolationBPL.bpl(25,5): anon0
- ErrorTraceTestLoopInvViolationBPL.bpl(27,3): anon2_LoopHead
- ErrorTraceTestLoopInvViolationBPL.bpl(28,7): anon2_LoopBody
-
-Boogie program verifier finished with 0 verified, 3 errors
|