summaryrefslogtreecommitdiff
path: root/Test/dafny3/Iter.dfy
diff options
context:
space:
mode:
Diffstat (limited to 'Test/dafny3/Iter.dfy')
-rw-r--r--Test/dafny3/Iter.dfy3
1 files changed, 3 insertions, 0 deletions
diff --git a/Test/dafny3/Iter.dfy b/Test/dafny3/Iter.dfy
index c5e8f3a3..5ada6f5b 100644
--- a/Test/dafny3/Iter.dfy
+++ b/Test/dafny3/Iter.dfy
@@ -1,3 +1,6 @@
+// RUN: %dafny /compile:0 /dprint:"%t.dprint" "%s" > "%t"
+// RUN: %diff "%s.expect" "%t"
+
class List<T> {
ghost var Contents: seq<T>;
ghost var Repr: set<object>;