summaryrefslogtreecommitdiff
path: root/Test/test7/NestedVC.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/NestedVC.bpl
parent356ebe6de99459cfb89920b18124aae016206ef0 (diff)
Enable the VCVariety.BlockNested tests as lit tests.
Diffstat (limited to 'Test/test7/NestedVC.bpl')
-rw-r--r--Test/test7/NestedVC.bpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/test7/NestedVC.bpl b/Test/test7/NestedVC.bpl
index d88eefea..be4e0483 100644
--- a/Test/test7/NestedVC.bpl
+++ b/Test/test7/NestedVC.bpl
@@ -1,3 +1,5 @@
+// RUN: %boogie -vc:nested %s > %t
+// RUN: %diff %s.expect %t
procedure P()
{
A: goto B, C;