diff options
Diffstat (limited to 'Test/aitest1/ineq.bpl')
-rw-r--r-- | Test/aitest1/ineq.bpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/aitest1/ineq.bpl b/Test/aitest1/ineq.bpl index a417aaf3..030c435c 100644 --- a/Test/aitest1/ineq.bpl +++ b/Test/aitest1/ineq.bpl @@ -1,3 +1,5 @@ +// RUN: %boogie -infer:j -instrumentInfer:e -printInstrumented -noVerify %s > %t
+// RUN: %diff %s.expect %t
// Test the polyhedra domain for linear inequalities
|