summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pep3131.py
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2011-09-29 11:49:10 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2011-09-29 11:49:10 (GMT)
commitff1ef074ede8574ad3a346810e08a45ab171416d (patch)
tree730c8c58fa0d56ddd9c7687d77a09a564483079e /Lib/test/test_pep3131.py
parent22970667daa7774671f739006ad1553c5fc0dae5 (diff)
downloadcpython-ff1ef074ede8574ad3a346810e08a45ab171416d.zip
cpython-ff1ef074ede8574ad3a346810e08a45ab171416d.tar.gz
cpython-ff1ef074ede8574ad3a346810e08a45ab171416d.tar.bz2
Re-enable test.
Diffstat (limited to 'Lib/test/test_pep3131.py')
-rw-r--r--Lib/test/test_pep3131.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/Lib/test/test_pep3131.py b/Lib/test/test_pep3131.py
index e5f3d04..2e6b90a 100644
--- a/Lib/test/test_pep3131.py
+++ b/Lib/test/test_pep3131.py
@@ -17,10 +17,7 @@ class PEP3131Test(unittest.TestCase):
def test_non_bmp_normalized(self):
𝔘𝔫𝔦𝔠𝔬𝔡𝔢 = 1
- try:
- self.assertIn("Unicode", dir())
- except AssertionError:
- raise unittest._ExpectedFailure("doesn't work yet")
+ self.assertIn("Unicode", dir())
def test_invalid(self):
try: