summaryrefslogtreecommitdiff
path: root/Test/og/ticket.bpl
diff options
context:
space:
mode:
authorGravatar qadeer <unknown>2014-12-15 11:33:23 -0800
committerGravatar qadeer <unknown>2014-12-15 11:33:23 -0800
commit41c1ea3efbbf1b5d7758ab334ab456462300f555 (patch)
treeed21768d494420a36f0d1e5d2d062dbead813c1a /Test/og/ticket.bpl
parenta7f872a71b1be2b9677add91c8366ee27e345856 (diff)
1. made variable introduction layer explicit in the test cases
2. if a single layer is specified for a global variable, that layer is the introduction layer
Diffstat (limited to 'Test/og/ticket.bpl')
-rw-r--r--Test/og/ticket.bpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/Test/og/ticket.bpl b/Test/og/ticket.bpl
index 70fe1d4c..f875d6e5 100644
--- a/Test/og/ticket.bpl
+++ b/Test/og/ticket.bpl
@@ -8,10 +8,10 @@ axiom (forall x: int, y: int :: RightClosed(x)[y] <==> y <= x);
type X;
function {:builtin "MapConst"} mapconstbool(bool): [X]bool;
const nil: X;
-var {:layer 2} t: int;
-var {:layer 2} s: int;
-var {:layer 2} cs: X;
-var {:layer 2} T: [int]bool;
+var {:layer 0,2} t: int;
+var {:layer 0,2} s: int;
+var {:layer 0,2} cs: X;
+var {:layer 0,2} T: [int]bool;
function {:builtin "MapConst"} MapConstBool(bool) : [X]bool;
function {:inline} {:linear "tid"} TidCollector(x: X) : [X]bool