summaryrefslogtreecommitdiff
path: root/Test/test7/UnreachableBlocks.bpl
diff options
context:
space:
mode:
authorGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-05-07 16:50:59 +0100
committerGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-05-07 16:50:59 +0100
commiteb766c19e8e082cc2164859c19c3a7e27feef84b (patch)
tree405bc20923d2dc5349f13a55c188c368f9aa9561 /Test/test7/UnreachableBlocks.bpl
parent356ebe6de99459cfb89920b18124aae016206ef0 (diff)
Enable the VCVariety.BlockNested tests as lit tests.
Diffstat (limited to 'Test/test7/UnreachableBlocks.bpl')
-rw-r--r--Test/test7/UnreachableBlocks.bpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/test7/UnreachableBlocks.bpl b/Test/test7/UnreachableBlocks.bpl
index 6ed287a3..fd31ebe9 100644
--- a/Test/test7/UnreachableBlocks.bpl
+++ b/Test/test7/UnreachableBlocks.bpl
@@ -1,3 +1,5 @@
+// RUN: %boogie -vc:nested %s > %t
+// RUN: %diff %s.expect %t
// In the following program, block "A" has no dominator, which would cause Boogie
// to crash if Boogie didn't first remove unreachable blocks. That is essentially
// what this test tests