Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
shazqadeer committed Jan 2, 2024
1 parent 8b025dd commit 3de426d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Test/datatypes/node-client.bpl
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ modifies ts;
assert ts->dom[ref_t];
t := ts->val[ref_t]->top;
call loc_n, lmap_n := Lmap_Alloc(Node(t, x));
call Lmap_Assume(lmap_n, ts->val[ref_t]->stack);
ref_n := Ref(loc_n->val);
call lmap_n, lmap_n' := Lmap_Move(lmap_n, ts->val[ref_t]->stack, ref_n);
ts->val[ref_t]->stack := lmap_n';
Expand Down

0 comments on commit 3de426d

Please sign in to comment.