summaryrefslogtreecommitdiff
path: root/Test/textbook/McCarthy-91.bpl
diff options
context:
space:
mode:
authorGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-04-08 22:43:49 +0100
committerGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-04-08 22:43:49 +0100
commitccf94ed737752c21edff3cab8a71de0766a48d1c (patch)
tree6c729bdfc2a47d5e585e0447854d2c438ea3f592 /Test/textbook/McCarthy-91.bpl
parentfb8a685bb6deebe08fa18cfb4d4e6529f1c6c0ac (diff)
Converted textbook tests to lit tests.
Diffstat (limited to 'Test/textbook/McCarthy-91.bpl')
-rw-r--r--Test/textbook/McCarthy-91.bpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/textbook/McCarthy-91.bpl b/Test/textbook/McCarthy-91.bpl
index 899a7ff1..895c8e8c 100644
--- a/Test/textbook/McCarthy-91.bpl
+++ b/Test/textbook/McCarthy-91.bpl
@@ -1,3 +1,5 @@
+// RUN: %boogie %s > %t
+// RUN: %diff %s.expect %t
// McCarthy 91 function
procedure F(n: int) returns (r: int)
ensures 100 < n ==> r == n - 10;