diff options
Diffstat (limited to 'Test/og/multiset.bpl')
-rw-r--r-- | Test/og/multiset.bpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/og/multiset.bpl b/Test/og/multiset.bpl index 459cb470..f0a2fd5b 100644 --- a/Test/og/multiset.bpl +++ b/Test/og/multiset.bpl @@ -1,3 +1,5 @@ +// RUN: %boogie -noinfer -typeEncoding:m -useArrayTheory %s > %t
+// RUN: %diff %s.expect %t
type X;
const unique null : int;
|