Skip to content

Commit

Permalink
Unbind variables in oper.tst
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielPointon committed Jan 30, 2024
1 parent e28a2e6 commit 561d36f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tst/standard/oper.tst
Original file line number Diff line number Diff line change
Expand Up @@ -2823,6 +2823,8 @@ gap> Unbind(C);
gap> Unbind(D);
gap> Unbind(D1);
gap> Unbind(D2);
gap> Unbind(D3);
gap> Unbind(D3_edges);
gap> Unbind(DD);
gap> Unbind(G);
gap> Unbind(G1);
Expand Down

0 comments on commit 561d36f

Please sign in to comment.