Skip to content

Commit bb0be36

Browse files
committed
Promote base protection privatization changes in cram test
1 parent 734c149 commit bb0be36

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

tests/regression/00-sanity/33-hoare-over-paths.t

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
Local {
1919
r ->
2020
}
21-
}, {}, {}, {}),
21+
}, {}, {}, (P:{}, W:{})),
2222
threadid:(wrapper call:unknown node, Thread:[main], created:(current function:bot, callees:bot)),
2323
threadflag:Singlethreaded,
2424
threadreturn:true,
@@ -41,7 +41,7 @@
4141
r ->
4242
(Not {0}([-31,31]))
4343
}
44-
}, {}, {}, {}),
44+
}, {}, {}, (P:{}, W:{})),
4545
threadid:(wrapper call:unknown node, Thread:[main], created:(current function:bot, callees:bot)),
4646
threadflag:Singlethreaded,
4747
threadreturn:true,
@@ -63,7 +63,7 @@
6363
Local {
6464
r -> 0
6565
}
66-
}, {}, {}, {}),
66+
}, {}, {}, (P:{}, W:{})),
6767
threadid:(wrapper call:unknown node, Thread:[main], created:(current function:bot, callees:bot)),
6868
threadflag:Singlethreaded,
6969
threadreturn:true,
@@ -85,7 +85,7 @@
8585
Local {
8686
r -> 0
8787
}
88-
}, {}, {}, {}),
88+
}, {}, {}, (P:{}, W:{})),
8989
threadid:(wrapper call:unknown node, Thread:[main], created:(current function:bot, callees:bot)),
9090
threadflag:Singlethreaded,
9191
threadreturn:true,
@@ -107,7 +107,7 @@
107107
Local {
108108
r -> 0
109109
}
110-
}, {}, {}, {}),
110+
}, {}, {}, (P:{}, W:{})),
111111
threadid:(wrapper call:unknown node, Thread:[main], created:(current function:bot, callees:bot)),
112112
threadflag:Singlethreaded,
113113
threadreturn:true,
@@ -129,7 +129,7 @@
129129
Local {
130130
r -> 0
131131
}
132-
}, {}, {}, {}),
132+
}, {}, {}, (P:{}, W:{})),
133133
threadid:(wrapper call:unknown node, Thread:[main], created:(current function:bot, callees:bot)),
134134
threadflag:Singlethreaded,
135135
threadreturn:true,
@@ -150,7 +150,7 @@
150150
Local {
151151
r -> 0
152152
}
153-
}, {}, {}, {}),
153+
}, {}, {}, (P:{}, W:{})),
154154
threadid:(wrapper call:unknown node, Thread:[main], created:(current function:bot, callees:bot)),
155155
threadflag:Singlethreaded,
156156
threadreturn:true,
@@ -169,7 +169,7 @@
169169
Global {
170170
m -> mutex
171171
}
172-
}, {}, {}, {}),
172+
}, {}, {}, (P:{}, W:{})),
173173
threadid:(wrapper call:unknown node, Thread:[main], created:(current function:bot, callees:bot)),
174174
threadflag:Singlethreaded,
175175
threadreturn:true,
@@ -191,7 +191,7 @@
191191
Temp {
192192
RETURN -> 0
193193
}
194-
}, {}, {}, {}),
194+
}, {}, {}, (P:{}, W:{})),
195195
threadid:(wrapper call:unknown node, Thread:[main], created:(current function:bot, callees:bot)),
196196
threadflag:Singlethreaded,
197197
threadreturn:true,
@@ -212,7 +212,7 @@
212212
Temp {
213213
RETURN -> 0
214214
}
215-
}, {}, {}, {}),
215+
}, {}, {}, (P:{}, W:{})),
216216
threadid:(wrapper call:unknown node, Thread:[main], created:(current function:bot, callees:bot)),
217217
threadflag:Singlethreaded,
218218
threadreturn:true,

0 commit comments

Comments
 (0)