diff options
author | Dan Liew <daniel.liew@imperial.ac.uk> | 2014-05-07 21:20:35 +0100 |
---|---|---|
committer | Dan Liew <daniel.liew@imperial.ac.uk> | 2014-05-07 21:20:35 +0100 |
commit | 5c9156cb9422477f0fc1cd34d50753a6f7de09dc (patch) | |
tree | 1c71c6c8f8d8caf3c526f3e15c66a96a804e428d /Test/linear/allocator.bpl | |
parent | f6f1765d810714facbb30fa53c663598d04b8158 (diff) |
Enabled "linear type checking" lit tests.
Diffstat (limited to 'Test/linear/allocator.bpl')
-rw-r--r-- | Test/linear/allocator.bpl | 2 |
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';
|