summaryrefslogtreecommitdiff
path: root/Test/test0/EmptyCallArgs.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/test0/EmptyCallArgs.bpl')
-rw-r--r--Test/test0/EmptyCallArgs.bpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/Test/test0/EmptyCallArgs.bpl b/Test/test0/EmptyCallArgs.bpl
index d45633e9..aba48668 100644
--- a/Test/test0/EmptyCallArgs.bpl
+++ b/Test/test0/EmptyCallArgs.bpl
@@ -1,3 +1,5 @@
+// RUN: %boogie -noVerify %s > %t
+// RUN: %diff NoErrors.expect %t
type C;
procedure P(x:int, y:bool) returns (z:C);
@@ -17,4 +19,4 @@ procedure CallQ() {
var z:bool;
call z := Q(x, y);
-} \ No newline at end of file
+}