diff options
Diffstat (limited to 'Test/textbook/Find.bpl')
-rw-r--r-- | Test/textbook/Find.bpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/textbook/Find.bpl b/Test/textbook/Find.bpl index effedf92..2b149baf 100644 --- a/Test/textbook/Find.bpl +++ b/Test/textbook/Find.bpl @@ -1,3 +1,5 @@ +// RUN: %boogie %s > %t
+// RUN: %diff %s.expect %t
// Declare a constant 'K' and a function 'f' and postulate that 'K' is
// in the image of 'f'
const K: int;
|