diff options
author | 2011-11-03 18:14:16 -0700 | |
---|---|---|
committer | 2011-11-03 18:14:16 -0700 | |
commit | c49bb84bde29ece7af3c469f1bf68298d2525ef4 (patch) | |
tree | e526ec2a9c0548931899bf1b450310dd5c4f6772 /Test/textbook/Answer | |
parent | 6c60f50ada38466a462c3b272fc3a7a0c9d24557 (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/Answer | 4 |
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
|