Skip to content

Commit d3b587a

Browse files
yt2byouknowone
authored andcommitted
Remove the decorators
1 parent 59bfc51 commit d3b587a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Lib/test/test_tokenize.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -647,8 +647,6 @@ def test_tabs(self):
647647
DEDENT '' (4, 0) (4, 0)
648648
""")
649649

650-
# TODO: RUSTPYTHON
651-
@unittest.expectedFailure
652650
def test_non_ascii_identifiers(self):
653651
# Non-ascii identifiers
654652
self.check_tokenize("Örter = 'places'\ngrün = 'green'", """\
@@ -661,8 +659,6 @@ def test_non_ascii_identifiers(self):
661659
STRING "'green'" (2, 7) (2, 14)
662660
""")
663661

664-
# TODO: RUSTPYTHON
665-
@unittest.expectedFailure
666662
def test_unicode(self):
667663
# Legacy unicode literals:
668664
self.check_tokenize("Örter = u'places'\ngrün = U'green'", """\

0 commit comments

Comments
 (0)