From 38ca33430d2e26b4894de6bcf4b504135f408ccb Mon Sep 17 00:00:00 2001 From: Padraic Fanning Date: Thu, 18 Feb 2021 23:43:06 -0500 Subject: [PATCH] Unmark unexpected success --- Lib/test/test_enum.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Lib/test/test_enum.py b/Lib/test/test_enum.py index 6c41c7e14d..7d50876bc2 100644 --- a/Lib/test/test_enum.py +++ b/Lib/test/test_enum.py @@ -1910,8 +1910,6 @@ class TestEnum(unittest.TestCase): else: raise Exception('Exception not raised.') - # TODO: RUSTPYTHON - @unittest.expectedFailure def test_missing(self): class Color(Enum): red = 1