Commit 6213a172 authored by Stefan Behnel's avatar Stefan Behnel

Fix a test in PyPy.

parent df39a279
......@@ -42,9 +42,10 @@ True
>>> PyxEnum(2) is PyxEnum["TWO"] is PyxEnum.TWO
True
>>> IntEnum # not leaking into module namespace
# not leaking into module namespace
>>> IntEnum # doctest: +ELLIPSIS
Traceback (most recent call last):
NameError: name 'IntEnum' is not defined
NameError: ...name 'IntEnum' is not defined
"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment