Skip to content

Commit

Permalink
Promote base protection privatization changes in cram test
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Feb 20, 2025
1 parent 734c149 commit bb0be36
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions tests/regression/00-sanity/33-hoare-over-paths.t
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
Local {
r ->
}
}, {}, {}, {}),
}, {}, {}, (P:{}, W:{})),
threadid:(wrapper call:unknown node, Thread:[main], created:(current function:bot, callees:bot)),
threadflag:Singlethreaded,
threadreturn:true,
Expand All @@ -41,7 +41,7 @@
r ->
(Not {0}([-31,31]))
}
}, {}, {}, {}),
}, {}, {}, (P:{}, W:{})),
threadid:(wrapper call:unknown node, Thread:[main], created:(current function:bot, callees:bot)),
threadflag:Singlethreaded,
threadreturn:true,
Expand All @@ -63,7 +63,7 @@
Local {
r -> 0
}
}, {}, {}, {}),
}, {}, {}, (P:{}, W:{})),
threadid:(wrapper call:unknown node, Thread:[main], created:(current function:bot, callees:bot)),
threadflag:Singlethreaded,
threadreturn:true,
Expand All @@ -85,7 +85,7 @@
Local {
r -> 0
}
}, {}, {}, {}),
}, {}, {}, (P:{}, W:{})),
threadid:(wrapper call:unknown node, Thread:[main], created:(current function:bot, callees:bot)),
threadflag:Singlethreaded,
threadreturn:true,
Expand All @@ -107,7 +107,7 @@
Local {
r -> 0
}
}, {}, {}, {}),
}, {}, {}, (P:{}, W:{})),
threadid:(wrapper call:unknown node, Thread:[main], created:(current function:bot, callees:bot)),
threadflag:Singlethreaded,
threadreturn:true,
Expand All @@ -129,7 +129,7 @@
Local {
r -> 0
}
}, {}, {}, {}),
}, {}, {}, (P:{}, W:{})),
threadid:(wrapper call:unknown node, Thread:[main], created:(current function:bot, callees:bot)),
threadflag:Singlethreaded,
threadreturn:true,
Expand All @@ -150,7 +150,7 @@
Local {
r -> 0
}
}, {}, {}, {}),
}, {}, {}, (P:{}, W:{})),
threadid:(wrapper call:unknown node, Thread:[main], created:(current function:bot, callees:bot)),
threadflag:Singlethreaded,
threadreturn:true,
Expand All @@ -169,7 +169,7 @@
Global {
m -> mutex
}
}, {}, {}, {}),
}, {}, {}, (P:{}, W:{})),
threadid:(wrapper call:unknown node, Thread:[main], created:(current function:bot, callees:bot)),
threadflag:Singlethreaded,
threadreturn:true,
Expand All @@ -191,7 +191,7 @@
Temp {
RETURN -> 0
}
}, {}, {}, {}),
}, {}, {}, (P:{}, W:{})),
threadid:(wrapper call:unknown node, Thread:[main], created:(current function:bot, callees:bot)),
threadflag:Singlethreaded,
threadreturn:true,
Expand All @@ -212,7 +212,7 @@
Temp {
RETURN -> 0
}
}, {}, {}, {}),
}, {}, {}, (P:{}, W:{})),
threadid:(wrapper call:unknown node, Thread:[main], created:(current function:bot, callees:bot)),
threadflag:Singlethreaded,
threadreturn:true,
Expand Down

0 comments on commit bb0be36

Please sign in to comment.