Skip to content

Commit

Permalink
Add verdict, move to regression folder
Browse files Browse the repository at this point in the history
  • Loading branch information
schuessf authored and Heizmann committed Feb 8, 2023
1 parent 351a712 commit 504df75
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//#Safe
/*
*
*
Expand All @@ -13,11 +14,11 @@ modifies x;

implementation ULTIMATE.start()
{
x := 0;
x := 0;

fork 1 fistIncrementProcess();
fork 1 fistIncrementProcess();
fork 2 secondIncrementProcess();
join 1;
join 1;
join 2;
assert x >= 2;
}
Expand Down

0 comments on commit 504df75

Please sign in to comment.