summaryrefslogtreecommitdiff
path: root/Test/test0/EmptyCallArgs.bpl
diff options
context:
space:
mode:
authorGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-05-05 19:51:59 +0100
committerGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-05-05 19:51:59 +0100
commit3b38b009d086c601cae884ad62ceeb9bb16ae5d5 (patch)
tree3c06797a3003d92166606a8ddd12881f412d076f /Test/test0/EmptyCallArgs.bpl
parentccf94ed737752c21edff3cab8a71de0766a48d1c (diff)
Enabled most of the name resolution lit tests. They don't all pass
yet due to a bug in -useBaseNameForFileName.
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
+}