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