summaryrefslogtreecommitdiff
path: root/Test/generalizedarray/Maps.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/generalizedarray/Maps.bpl')
-rw-r--r--Test/generalizedarray/Maps.bpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/generalizedarray/Maps.bpl b/Test/generalizedarray/Maps.bpl
index 69aa86b0..f240bbc7 100644
--- a/Test/generalizedarray/Maps.bpl
+++ b/Test/generalizedarray/Maps.bpl
@@ -1,3 +1,5 @@
+// RUN: %boogie -typeEncoding:m -useArrayTheory %s > %t
+// RUN: %diff %s.expect %t
type X;
function {:builtin "MapAdd"} mapadd([X]int, [X]int) : [X]int;