summaryrefslogtreecommitdiff
path: root/Test/test2/Timeouts0.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/test2/Timeouts0.bpl')
-rw-r--r--Test/test2/Timeouts0.bpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/test2/Timeouts0.bpl b/Test/test2/Timeouts0.bpl
index c874a1c1..51b6655f 100644
--- a/Test/test2/Timeouts0.bpl
+++ b/Test/test2/Timeouts0.bpl
@@ -1,3 +1,5 @@
+// RUN: %boogie -timeLimit:4 %s > %t
+// RUN: %diff %s.expect %t
procedure TestTimeouts0(in: [int]int, len: int) returns (out: [int]int)
requires in[0] == 0 && (forall i: int :: 0 <= i ==> in[i + 1] == in[i] + 1);
requires 0 < len;