summaryrefslogtreecommitdiff
path: root/Test/textbook/Answer
diff options
context:
space:
mode:
authorGravatar Rustan Leino <leino@microsoft.com>2011-11-03 18:14:16 -0700
committerGravatar Rustan Leino <leino@microsoft.com>2011-11-03 18:14:16 -0700
commitc49bb84bde29ece7af3c469f1bf68298d2525ef4 (patch)
treee526ec2a9c0548931899bf1b450310dd5c4f6772 /Test/textbook/Answer
parent6c60f50ada38466a462c3b272fc3a7a0c9d24557 (diff)
Added some Dafny and Boogie test cases, including Turing's factorial program, Hoare's classic FIND, and some induction tests for negative integers
Diffstat (limited to 'Test/textbook/Answer')
-rw-r--r--Test/textbook/Answer4
1 files changed, 4 insertions, 0 deletions
diff --git a/Test/textbook/Answer b/Test/textbook/Answer
index 50e96aca..dace3eb3 100644
--- a/Test/textbook/Answer
+++ b/Test/textbook/Answer
@@ -18,3 +18,7 @@ Boogie program verifier finished with 2 verified, 0 errors
------------------------------ McCarthy-91.bpl ---------------------
Boogie program verifier finished with 1 verified, 0 errors
+
+------------------------------ TuringFactorial.bpl ---------------------
+
+Boogie program verifier finished with 1 verified, 0 errors