summaryrefslogtreecommitdiff
path: root/Test/og/Program3.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/og/Program3.bpl')
-rw-r--r--Test/og/Program3.bpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/og/Program3.bpl b/Test/og/Program3.bpl
index ae8c6eed..f8c4e132 100644
--- a/Test/og/Program3.bpl
+++ b/Test/og/Program3.bpl
@@ -1,6 +1,6 @@
// RUN: %boogie -noinfer -typeEncoding:m -useArrayTheory "%s" > "%t"
// RUN: %diff "%s.expect" "%t"
-var {:layer 1} x:int;
+var {:layer 0,1} x:int;
procedure {:yields} {:layer 1} yield_x()
ensures {:layer 1} x >= old(x);