summaryrefslogtreecommitdiff
path: root/Test/test21/InterestingExamples0.bpl
diff options
context:
space:
mode:
authorGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-05-07 18:27:57 +0100
committerGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-05-07 18:27:57 +0100
commitdd2fe48ba2c48ad9bb1972f7f6f26fc5bec6b463 (patch)
treefa609470c4928762ed461baaf7d4956602b00f20 /Test/test21/InterestingExamples0.bpl
parent0ac9e0dde34a98a3f97f26dd224ff5b9d5b13630 (diff)
Enabled "Verify Boogie 2" lit tests. Note the following tests fail
because they were never properly tested in the the old testing infrastructure. test21/Maps2.bpl test21/test3_AddMethod_conv.bpl
Diffstat (limited to 'Test/test21/InterestingExamples0.bpl')
-rw-r--r--Test/test21/InterestingExamples0.bpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/Test/test21/InterestingExamples0.bpl b/Test/test21/InterestingExamples0.bpl
index d1b90d10..d3021553 100644
--- a/Test/test21/InterestingExamples0.bpl
+++ b/Test/test21/InterestingExamples0.bpl
@@ -1,3 +1,9 @@
+// RUN: %boogie -typeEncoding:n -logPrefix:0n %s > %t
+// RUN: %diff %s.n.expect %t
+// RUN: %boogie -typeEncoding:p -logPrefix:0p %s > %t
+// RUN: %diff %s.p.expect %t
+// RUN: %boogie -typeEncoding:a -logPrefix:0a %s > %t
+// RUN: %diff %s.a.expect %t
procedure P() returns () {
var a : <t>[t]int;