Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaz Qadeer committed Apr 6, 2024
1 parent 0440f4b commit d675d71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Test/civl/samples/treiber-stack.bpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ atomic action {:layer 5} AtomicAlloc() returns (loc_t: Loc (Treiber X))
modifies Stack;
{
var {:linear} one_loc_t: One (Loc (Treiber X));

call one_loc_t := One_New();
loc_t := one_loc_t->val;
assume !Map_Contains(Stack, loc_t);
Expand Down

0 comments on commit d675d71

Please sign in to comment.