diff options
author | Dan Liew <daniel.liew@imperial.ac.uk> | 2014-05-05 19:51:59 +0100 |
---|---|---|
committer | Dan Liew <daniel.liew@imperial.ac.uk> | 2014-05-05 19:51:59 +0100 |
commit | 3b38b009d086c601cae884ad62ceeb9bb16ae5d5 (patch) | |
tree | 3c06797a3003d92166606a8ddd12881f412d076f /Test/test0/Orderings.bpl | |
parent | ccf94ed737752c21edff3cab8a71de0766a48d1c (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/Orderings.bpl')
-rw-r--r-- | Test/test0/Orderings.bpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/test0/Orderings.bpl b/Test/test0/Orderings.bpl index 0ba6c69c..b14dbd4b 100644 --- a/Test/test0/Orderings.bpl +++ b/Test/test0/Orderings.bpl @@ -1,3 +1,5 @@ +// RUN: %boogie -noVerify %s > %t
+// RUN: %diff %s.expect %t
type C;
|