summaryrefslogtreecommitdiff
path: root/Test/linear/allocator.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/linear/allocator.bpl')
-rw-r--r--Test/linear/allocator.bpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/linear/allocator.bpl b/Test/linear/allocator.bpl
index d723cbed..ae8f517d 100644
--- a/Test/linear/allocator.bpl
+++ b/Test/linear/allocator.bpl
@@ -1,3 +1,5 @@
+// RUN: %boogie -noinfer -typeEncoding:m -useArrayTheory -doModSetAnalysis %s > %t
+// RUN: %diff %s.expect %t
procedure A({:linear "tid"} i': int) returns ({:linear "tid"} i: int);
ensures i == i';