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/smoke | |
parent | 46b654cd5c5a0dc3df37d9a593fa5c81c59ab83f (diff) |
Removed Output files. These are created on a local machine when the tests are run.
Diffstat (limited to 'Test/smoke')
-rw-r--r-- | Test/smoke/Output | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/Test/smoke/Output b/Test/smoke/Output deleted file mode 100644 index 4141bdb0..00000000 --- a/Test/smoke/Output +++ /dev/null @@ -1,25 +0,0 @@ --------------------- smoke0.bpl --------------------
-found unreachable code:
-implementation b(x: int)
-{
- var y: int;
- var y@0: int;
-
-
- anon0:
- assume true;
- assume true;
- goto anon3_Then;
-
- anon3_Then:
- assume true;
- assume x < 0;
- y := 1;
- assume 1 <= y && y <= 1;
- assert false;
- return;
-}
-
-
-
-Boogie program verifier finished with 4 verified, 0 errors
|