Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Fix minor test failure: This will now fail at trying to find a _libga…
Browse files Browse the repository at this point in the history
…p_init_ rather than a _gap_init_
  • Loading branch information
embray committed Aug 14, 2019
1 parent 3ef4b4b commit 9205aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/libs/gap/element.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ cdef GapElement make_GapElement(parent, Obj obj):
sage: libgap(None)
Traceback (most recent call last):
...
AttributeError: 'NoneType' object has no attribute '_gap_init_'
AttributeError: 'NoneType' object has no attribute '_libgap_init_'
"""
cdef GapElement r = GapElement.__new__(GapElement)
r._initialize(parent, obj)
Expand Down

0 comments on commit 9205aa6

Please sign in to comment.