Skip to content

Commit f7f35e4

Browse files
elazarggvanrossum
authored andcommitted
Fix "*sh " in a case name (#4379)
1 parent 8861e28 commit f7f35e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-data/unit/check-python2.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ s = b'foo'
1313
from typing import TypeVar
1414
T = TypeVar(u'T')
1515

16-
[case testNamedTuple*sh Unicode]
16+
[case testNamedTupleUnicode]
1717
from typing import NamedTuple
1818
from collections import namedtuple
1919
N = NamedTuple(u'N', [(u'x', int)])

0 commit comments

Comments
 (0)