summaryrefslogtreecommitdiff
path: root/Test/dafny1
diff options
context:
space:
mode:
authorGravatar Jason Koenig <unknown>2012-07-02 11:51:44 -0700
committerGravatar Jason Koenig <unknown>2012-07-02 11:51:44 -0700
commit9e7a1c3d7cc7d4f077a36593eedce6f7a5accf22 (patch)
treeb4fe6505a6e4584b80b81d14db6a1b557b580f8e /Test/dafny1
parent44c908246d375995e0885cef212490e75bbcd96d (diff)
Dafny: reinstated autocontracts
Diffstat (limited to 'Test/dafny1')
-rw-r--r--Test/dafny1/Answer4
-rw-r--r--Test/dafny1/runtest.bat2
2 files changed, 5 insertions, 1 deletions
diff --git a/Test/dafny1/Answer b/Test/dafny1/Answer
index b2876948..06cac03b 100644
--- a/Test/dafny1/Answer
+++ b/Test/dafny1/Answer
@@ -11,6 +11,10 @@ Dafny program verifier finished with 24 verified, 0 errors
Dafny program verifier finished with 11 verified, 0 errors
+-------------------- ExtensibleArrayAuto.dfy --------------------
+
+Dafny program verifier finished with 11 verified, 0 errors
+
-------------------- BinaryTree.dfy --------------------
Dafny program verifier finished with 24 verified, 0 errors
diff --git a/Test/dafny1/runtest.bat b/Test/dafny1/runtest.bat
index 22bef761..fa7f7c70 100644
--- a/Test/dafny1/runtest.bat
+++ b/Test/dafny1/runtest.bat
@@ -5,7 +5,7 @@ set BOOGIEDIR=..\..\Binaries
set DAFNY_EXE=%BOOGIEDIR%\Dafny.exe
for %%f in (Queue.dfy PriorityQueue.dfy
- ExtensibleArray.dfy
+ ExtensibleArray.dfy ExtensibleArrayAuto.dfy
BinaryTree.dfy
UnboundedStack.dfy
SeparationLogicList.dfy