summaryrefslogtreecommitdiff
path: root/Test/linear/bug.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/linear/bug.bpl')
-rw-r--r--Test/linear/bug.bpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/linear/bug.bpl b/Test/linear/bug.bpl
index b7a6a238..a619968e 100644
--- a/Test/linear/bug.bpl
+++ b/Test/linear/bug.bpl
@@ -1,3 +1,5 @@
+// RUN: %boogie -noinfer -typeEncoding:m -useArrayTheory -doModSetAnalysis %s > %t
+// RUN: %diff %s.expect %t
function {:builtin "MapConst"} MapConstBool(bool) : [int]bool;
function {:inline} {:linear ""} LinearIntDistinctness(x:int) : [int]bool { MapConstBool(false)[x := true] }