summaryrefslogtreecommitdiff
path: root/Test/og/akash.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/og/akash.bpl')
-rw-r--r--Test/og/akash.bpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/og/akash.bpl b/Test/og/akash.bpl
index f5d71caa..744029f1 100644
--- a/Test/og/akash.bpl
+++ b/Test/og/akash.bpl
@@ -27,8 +27,8 @@ ensures {:layer 1} xls == mapconstbool(true);
procedure Allocate_2() returns ({:linear "2"} xls: [int]bool);
ensures {:layer 1} xls == mapconstbool(true);
-var {:layer 1} g: int;
-var {:layer 1} h: int;
+var {:layer 0,1} g: int;
+var {:layer 0,1} h: int;
procedure {:yields} {:layer 0,1} SetG(val:int);
ensures {:atomic} |{A: g := val; return true; }|;