summaryrefslogtreecommitdiff
path: root/Test/test2/Arrays.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/test2/Arrays.bpl')
-rw-r--r--Test/test2/Arrays.bpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/Test/test2/Arrays.bpl b/Test/test2/Arrays.bpl
index d0f712c9..f153b599 100644
--- a/Test/test2/Arrays.bpl
+++ b/Test/test2/Arrays.bpl
@@ -1,3 +1,7 @@
+// RUN: %boogie -noinfer %s > %t
+// RUN: %diff %s.expect %t
+// RUN: %boogie -noinfer -typeEncoding:m %s > %t
+// RUN: %diff %s.expect %t
// -------------------- 1-dimensional arrays --------------------
var A: [ref]int;