summaryrefslogtreecommitdiff
path: root/Test/dafny3
diff options
context:
space:
mode:
authorGravatar Rustan Leino <unknown>2013-12-17 13:56:41 -0800
committerGravatar Rustan Leino <unknown>2013-12-17 13:56:41 -0800
commit679af7cd0963341cbb057cf9049c81b515a8fa26 (patch)
treefc796b17831d924689c491583c0efd9203edad77 /Test/dafny3
parentbbf809e2a1a474e6e79b1c02faa42ec22af8ac8c (diff)
Don't inline opaque functions.
Added a verifying example with opaque functions and explicit proofs.
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 --------------------