Skip to content

Commit

Permalink
gh-115252: Fix test_enum with -OO mode again (GH-115334)
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiy-storchaka authored Feb 13, 2024
1 parent d823c23 commit ca3604a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Lib/test/test_enum.py
Original file line number Diff line number Diff line change
Expand Up @@ -4905,15 +4905,15 @@ class Color(enum.Enum)
| value
|
| ----------------------------------------------------------------------
| Methods inherited from enum.EnumType:
| Static methods inherited from enum.EnumType:
|
| __contains__(value) from enum.EnumType
| __contains__(value)
|
| __getitem__(name) from enum.EnumType
| __getitem__(name)
|
| __iter__() from enum.EnumType
| __iter__()
|
| __len__() from enum.EnumType
| __len__()
|
| ----------------------------------------------------------------------
| Readonly properties inherited from enum.EnumType:
Expand Down

0 comments on commit ca3604a

Please sign in to comment.