summaryrefslogtreecommitdiff
path: root/Test/test1/FunBody.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/test1/FunBody.bpl')
-rw-r--r--Test/test1/FunBody.bpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/test1/FunBody.bpl b/Test/test1/FunBody.bpl
index 867942ff..565b00e5 100644
--- a/Test/test1/FunBody.bpl
+++ b/Test/test1/FunBody.bpl
@@ -1,3 +1,5 @@
+// RUN: %boogie -noVerify %s > %t
+// RUN: %diff %s.expect %t
function g0<beta>(x:beta) returns (beta);
function g1<beta>() returns (beta);