Skip to content

Commit

Permalink
Work around problem with MakeImmutable in HPCGAP
Browse files Browse the repository at this point in the history
  • Loading branch information
stevelinton committed Jul 30, 2019
1 parent 426ea28 commit 52907f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tst/testinstall/attribute.tst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ gap> Size(foo);
gap> InstallMethod(FavouriteFruit, [HasSize], x-> "pear");
gap> FavouriteFruit(foo);
"pear"
gap> MakeImmutable(foo);
gap> foo := Immutable(foo);
<object>
gap> FavouriteFruit(foo);
"pear"
Expand Down

0 comments on commit 52907f5

Please sign in to comment.