summaryrefslogtreecommitdiff
path: root/Test/og/parallel5.bpl
diff options
context:
space:
mode:
Diffstat (limited to 'Test/og/parallel5.bpl')
-rw-r--r--Test/og/parallel5.bpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/og/parallel5.bpl b/Test/og/parallel5.bpl
index 7ef565e1..bed51241 100644
--- a/Test/og/parallel5.bpl
+++ b/Test/og/parallel5.bpl
@@ -1,6 +1,6 @@
// RUN: %boogie -noinfer -typeEncoding:m -useArrayTheory "%s" > "%t"
// RUN: %diff "%s.expect" "%t"
-var {:layer 1} a:[int]int;
+var {:layer 0,1} a:[int]int;
procedure Allocate() returns ({:linear "tid"} xls: int);