summaryrefslogtreecommitdiff
path: root/Test/test20/TypeSynonyms2.bpl
diff options
context:
space:
mode:
authorGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-05-07 18:08:49 +0100
committerGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-05-07 18:08:49 +0100
commit0ac9e0dde34a98a3f97f26dd224ff5b9d5b13630 (patch)
tree669dda1f6f67d82a563990650752cf252fdee0f6 /Test/test20/TypeSynonyms2.bpl
parenteb766c19e8e082cc2164859c19c3a7e27feef84b (diff)
Enabled tests for types introduced in Boogie2 as lit tests.
Diffstat (limited to 'Test/test20/TypeSynonyms2.bpl')
-rw-r--r--Test/test20/TypeSynonyms2.bpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/Test/test20/TypeSynonyms2.bpl b/Test/test20/TypeSynonyms2.bpl
index f6fee1f3..90450c2a 100644
--- a/Test/test20/TypeSynonyms2.bpl
+++ b/Test/test20/TypeSynonyms2.bpl
@@ -1,3 +1,7 @@
+// RUN: %boogie %s > %t
+// RUN: %diff %s.expect %t
+// RUN: %boogie -noVerify -print:- -env:0 -printDesugared %s > %t
+// RUN: %diff %s.print.expect %t
type Set a = [a]bool;