diff options
Diffstat (limited to 'Test/dafny0/Includee.dfy')
-rw-r--r-- | Test/dafny0/Includee.dfy | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/dafny0/Includee.dfy b/Test/dafny0/Includee.dfy index 6d2e17e0..70e42a1b 100644 --- a/Test/dafny0/Includee.dfy +++ b/Test/dafny0/Includee.dfy @@ -1,3 +1,5 @@ +// RUN: %dafny /compile:0 /print:"%t.print" /dprint:"%t.dprint" "%s" > "%t"
+// RUN: %diff "%s.expect" "%t"
method m_unproven(x:int) returns (y:int)
ensures y == 2*x;
|