summaryrefslogtreecommitdiff
path: root/Test/test7/UnreachableBlocks.bpl
diff options
context:
space:
mode:
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