diff options
Diffstat (limited to 'Test/textbook/McCarthy-91.bpl')
-rw-r--r-- | Test/textbook/McCarthy-91.bpl | 2 |
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;
|