summaryrefslogtreecommitdiff
path: root/Test/livevars/TwoDimensionalMap.bpl
diff options
context:
space:
mode:
authorGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-05-07 20:35:08 +0100
committerGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-05-07 20:35:08 +0100
commit9fe2b84adc90a4c58b16188c4c3b947d7d564039 (patch)
tree36d99f056d094b018dc5f80b29167efe1dee8d5f /Test/livevars/TwoDimensionalMap.bpl
parentd2fd2f20aa92844f816e013806c05ba893157aa1 (diff)
Added "STORM benchmarks for testing correctness of live variable analysis" lit tests.
Diffstat (limited to 'Test/livevars/TwoDimensionalMap.bpl')
-rw-r--r--Test/livevars/TwoDimensionalMap.bpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/livevars/TwoDimensionalMap.bpl b/Test/livevars/TwoDimensionalMap.bpl
index 25e24b23..9bf99e88 100644
--- a/Test/livevars/TwoDimensionalMap.bpl
+++ b/Test/livevars/TwoDimensionalMap.bpl
@@ -1,3 +1,5 @@
+// RUN: %boogie -noinfer -useArrayTheory %s > %t
+// RUN: %diff %s.expect %t
var k: int;
var AllMaps__1: [int,int]int;