summaryrefslogtreecommitdiff
path: root/Test/og/lock.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/og/lock.bpl')
-rw-r--r--Test/og/lock.bpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/og/lock.bpl b/Test/og/lock.bpl
index db563cce..9341591f 100644
--- a/Test/og/lock.bpl
+++ b/Test/og/lock.bpl
@@ -1,6 +1,6 @@
// RUN: %boogie -noinfer -typeEncoding:m -useArrayTheory "%s" > "%t"
// RUN: %diff "%s.expect" "%t"
-var {:layer 2} b: bool;
+var {:layer 0,2} b: bool;
procedure {:yields} {:layer 2} main()
{