Skip to content

Commit

Permalink
[Civl] remove unnecessary modifies in a sample (#985)
Browse files Browse the repository at this point in the history
  • Loading branch information
shazqadeer authored Nov 17, 2024
1 parent e8b5158 commit 6b8fbed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Test/civl/inductive-sequentialization/Gauss.bpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ var {:layer 0,2} x:int;
atomic action {:layer 1} SUM (n: int)
refines MAIN' using INV;
creates ADD;
modifies x;
{
assert n >= 0;

Expand Down
2 changes: 1 addition & 1 deletion Test/civl/inductive-sequentialization/Gauss.bpl.expect
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

Boogie program verifier finished with 6 verified, 0 errors
Boogie program verifier finished with 5 verified, 0 errors

0 comments on commit 6b8fbed

Please sign in to comment.