summaryrefslogtreecommitdiff
path: root/Test/test0/AttributeParsing.bpl
diff options
context:
space:
mode:
authorGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-05-05 19:51:59 +0100
committerGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-05-05 19:51:59 +0100
commit3b38b009d086c601cae884ad62ceeb9bb16ae5d5 (patch)
tree3c06797a3003d92166606a8ddd12881f412d076f /Test/test0/AttributeParsing.bpl
parentccf94ed737752c21edff3cab8a71de0766a48d1c (diff)
Enabled most of the name resolution lit tests. They don't all pass
yet due to a bug in -useBaseNameForFileName.
Diffstat (limited to 'Test/test0/AttributeParsing.bpl')
-rw-r--r--Test/test0/AttributeParsing.bpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/test0/AttributeParsing.bpl b/Test/test0/AttributeParsing.bpl
index e2b6101c..0b99dc5f 100644
--- a/Test/test0/AttributeParsing.bpl
+++ b/Test/test0/AttributeParsing.bpl
@@ -1,3 +1,5 @@
+// RUN: %boogie -noVerify -print:- -env:0 %s > %t
+// RUN: %diff %s.expect %t
type {:sourcefile "test.ssc"} T;
function {:source "test.scc"} f(int) returns (int);