summaryrefslogtreecommitdiff
path: root/Test/test2/Lambda.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/test2/Lambda.bpl')
-rw-r--r--Test/test2/Lambda.bpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/Test/test2/Lambda.bpl b/Test/test2/Lambda.bpl
index 68c83d43..cbcbd334 100644
--- a/Test/test2/Lambda.bpl
+++ b/Test/test2/Lambda.bpl
@@ -1,3 +1,7 @@
+// RUN: %boogie -noinfer %s > %t
+// RUN: %diff %s.expect %t
+// RUN: %boogie -noinfer -typeEncoding:m %s > %t
+// RUN: %diff %s.expect %t
procedure foo()
{
var a: [int]int;