diff options
Diffstat (limited to 'Test/aitest1/Linear1.bpl')
-rw-r--r-- | Test/aitest1/Linear1.bpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/aitest1/Linear1.bpl b/Test/aitest1/Linear1.bpl index 0cbb4a07..505d1a11 100644 --- a/Test/aitest1/Linear1.bpl +++ b/Test/aitest1/Linear1.bpl @@ -1,3 +1,5 @@ +// RUN: %boogie -infer:j -instrumentInfer:e -printInstrumented -noVerify %s > %t
+// RUN: %diff %s.expect %t
// Simple test file for checking the inference of linear constraints.
var x: int;
|