Skip to content

Commit a6e50f5

Browse files
committed
this test works as expected now
1 parent e28544a commit a6e50f5

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

Lib/test/test_pep3131.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,7 @@ class T:
1717

1818
def test_non_bmp_normalized(self):
1919
𝔘𝔫𝔦𝔠𝔬𝔡𝔢 = 1
20-
# On wide builds, this is normalized, but on narrow ones it is not. See
21-
# #12746.
22-
try:
23-
self.assertIn("𝔘𝔫𝔦𝔠𝔬𝔡𝔢", dir())
24-
except AssertionError:
25-
raise unittest.case._ExpectedFailure(sys.exc_info())
20+
self.assertIn("Unicode", dir())
2621

2722
def test_invalid(self):
2823
try:

0 commit comments

Comments
 (0)