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/test16 | |
parent | 46b654cd5c5a0dc3df37d9a593fa5c81c59ab83f (diff) |
Removed Output files. These are created on a local machine when the tests are run.
Diffstat (limited to 'Test/test16')
-rw-r--r-- | Test/test16/Output | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/Test/test16/Output b/Test/test16/Output deleted file mode 100644 index 5fac425b..00000000 --- a/Test/test16/Output +++ /dev/null @@ -1,23 +0,0 @@ --------------------- LoopUnroll.bpl /loopUnroll:1 --------------------
-LoopUnroll.bpl(56,5): Error BP5001: This assertion might not hold.
-Execution trace:
- LoopUnroll.bpl(52,5): anon0#1
- LoopUnroll.bpl(53,3): anon2_LoopHead#1
- LoopUnroll.bpl(55,5): anon2_LoopBody#1
-
-Boogie program verifier finished with 2 verified, 1 error
--------------------- LoopUnroll.bpl /loopUnroll:2 --------------------
-
-Boogie program verifier finished with 1 verified, 0 errors
--------------------- LoopUnroll.bpl /loopUnroll:3 --------------------
-LoopUnroll.bpl(74,5): Error BP5001: This assertion might not hold.
-Execution trace:
- LoopUnroll.bpl(68,5): anon0#3
- LoopUnroll.bpl(69,3): anon2_LoopHead#3
- LoopUnroll.bpl(71,5): anon2_LoopBody#3
- LoopUnroll.bpl(69,3): anon2_LoopHead#2
- LoopUnroll.bpl(71,5): anon2_LoopBody#2
- LoopUnroll.bpl(69,3): anon2_LoopHead#1
- LoopUnroll.bpl(71,5): anon2_LoopBody#1
-
-Boogie program verifier finished with 0 verified, 1 error
|