summaryrefslogtreecommitdiff
path: root/Test/smoke
diff options
context:
space:
mode:
authorGravatar rustanleino <unknown>2009-08-07 17:21:13 +0000
committerGravatar rustanleino <unknown>2009-08-07 17:21:13 +0000
commitfaf1c46b1e67ab4c3d8a1c82974b0499015a83d3 (patch)
tree923bae2639dd557a9fed921135cca78911cef619 /Test/smoke
parent46b654cd5c5a0dc3df37d9a593fa5c81c59ab83f (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/Output25
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