summaryrefslogtreecommitdiff
path: root/Test/dafny3
diff options
context:
space:
mode:
Diffstat (limited to 'Test/dafny3')
-rw-r--r--Test/dafny3/Answer4
-rw-r--r--Test/dafny3/runtest.bat1
2 files changed, 5 insertions, 0 deletions
diff --git a/Test/dafny3/Answer b/Test/dafny3/Answer
index f326d2f9..5b7357e6 100644
--- a/Test/dafny3/Answer
+++ b/Test/dafny3/Answer
@@ -54,3 +54,7 @@ Dafny program verifier finished with 10 verified, 0 errors
-------------------- InfiniteTrees.dfy --------------------
Dafny program verifier finished with 88 verified, 0 errors
+
+-------------------- OpaqueTrees.dfy --------------------
+
+Dafny program verifier finished with 6 verified, 0 errors
diff --git a/Test/dafny3/runtest.bat b/Test/dafny3/runtest.bat
index 7a3d3a20..9bce80c5 100644
--- a/Test/dafny3/runtest.bat
+++ b/Test/dafny3/runtest.bat
@@ -9,6 +9,7 @@ for %%f in (
SimpleInduction.dfy SimpleCoinduction.dfy CalcExample.dfy
InductionVsCoinduction.dfy Zip.dfy SetIterations.dfy
Paulson.dfy Filter.dfy WideTrees.dfy InfiniteTrees.dfy
+ OpaqueTrees.dfy
) do (
echo.
echo -------------------- %%f --------------------