summaryrefslogtreecommitdiff
path: root/Test/test20/TypeSynonyms2.bpl
diff options
context:
space:
mode:
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;