Skip to content

Commit

Permalink
Normalize possible L suffix.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwb committed Jan 25, 2017
1 parent dd9eb10 commit d92a718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run/cpdef_enums.pyx
Expand Up @@ -93,4 +93,4 @@ def verify_resolution_GH1533():
3
"""
THREE = 100
return PyxEnum.THREE
return int(PyxEnum.THREE)

0 comments on commit d92a718

Please sign in to comment.