Skip to content

Commit

Permalink
comment saying t:=ending should be ghost code
Browse files Browse the repository at this point in the history
  • Loading branch information
mkf committed Jan 7, 2020
1 parent 3d0fa35 commit 0ef34d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/asdanaglib.adb
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ is
j := i + 1;
end if;
if j = t then
t := ending;
t := ending; -- should be ghost code
exit theLoop;
end if;
swap (s, t, j);
Expand Down

0 comments on commit 0ef34d6

Please sign in to comment.