summaryrefslogtreecommitdiff
path: root/Test/livevars/stack_overflow.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/livevars/stack_overflow.bpl')
-rw-r--r--Test/livevars/stack_overflow.bpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/livevars/stack_overflow.bpl b/Test/livevars/stack_overflow.bpl
index fae3e863..22ccd875 100644
--- a/Test/livevars/stack_overflow.bpl
+++ b/Test/livevars/stack_overflow.bpl
@@ -1,3 +1,5 @@
+// RUN: %boogie -noinfer -useArrayTheory %s > %t
+// RUN: %diff %s.expect %t
var raiseException : bool;
var errorReached : bool;