summaryrefslogtreecommitdiff
path: root/Test/og/Program1.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/og/Program1.bpl')
-rw-r--r--Test/og/Program1.bpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/og/Program1.bpl b/Test/og/Program1.bpl
index 5704b680..f405b92a 100644
--- a/Test/og/Program1.bpl
+++ b/Test/og/Program1.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} p()
requires {:layer 1} x >= 5;