summaryrefslogtreecommitdiff
path: root/Test/og/one.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/og/one.bpl')
-rw-r--r--Test/og/one.bpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/og/one.bpl b/Test/og/one.bpl
index 45cbbda3..663b2da0 100644
--- a/Test/og/one.bpl
+++ b/Test/og/one.bpl
@@ -1,6 +1,6 @@
// RUN: %boogie -noinfer "%s" > "%t"
// RUN: %diff "%s.expect" "%t"
-var {:layer 1} x:int;
+var {:layer 0,1} x:int;
procedure {:yields} {:layer 0,1} Set(v: int);
ensures {:atomic}