summaryrefslogtreecommitdiff
path: root/Test/og/t1.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/og/t1.bpl')
-rw-r--r--Test/og/t1.bpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/og/t1.bpl b/Test/og/t1.bpl
index c7e30dd9..c4964c0e 100644
--- a/Test/og/t1.bpl
+++ b/Test/og/t1.bpl
@@ -1,3 +1,5 @@
+// RUN: %boogie -noinfer -typeEncoding:m -useArrayTheory %s > %t
+// RUN: %diff %s.expect %t
function {:builtin "MapConst"} mapconstbool(bool) : [int]bool;
function {:builtin "MapConst"} MapConstBool(bool) : [int]bool;