summaryrefslogtreecommitdiff
path: root/Test/datatypes/ex.bpl
diff options
context:
space:
mode:
authorGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-05-07 20:20:50 +0100
committerGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-05-07 20:20:50 +0100
commit6e432c44193931690a8992df2713a160e7548531 (patch)
tree74bff526a0ee05c9bfc75e7ba49b107923a7957a /Test/datatypes/ex.bpl
parentd9ed5e32fd306f0da3fc2a24ec17c81bff1c24fc (diff)
Enabled datatypes lit tests.
Diffstat (limited to 'Test/datatypes/ex.bpl')
-rw-r--r--Test/datatypes/ex.bpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/datatypes/ex.bpl b/Test/datatypes/ex.bpl
index 32b302f3..854119e0 100644
--- a/Test/datatypes/ex.bpl
+++ b/Test/datatypes/ex.bpl
@@ -1,3 +1,5 @@
+// RUN: %boogie -typeEncoding:m %s > %t
+// RUN: %diff %s.expect %t
type{:datatype} finite_map;
function{:constructor} finite_map(dom:[int]bool, map:[int]int):finite_map;