Skip to content

Commit 65df17c

Browse files
committed
Change singledispatch test to non-xfail
Change a singledispatch test that tested whether multiple underscore functions being used wasn't an error from xfail to regular test, as the previous commits made that not be an error any more.
1 parent eb974e0 commit 65df17c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-data/unit/check-singledispatch.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fun(1) # E: Argument 1 to "fun" has incompatible type "int"; expected "A"
1616
# probably won't be required after singledispatch is special cased
1717
[builtins fixtures/args.pyi]
1818

19-
[case testMultipleUnderscoreFunctionsIsntError-xfail]
19+
[case testMultipleUnderscoreFunctionsIsntError]
2020
from functools import singledispatch
2121

2222
@singledispatch

0 commit comments

Comments
 (0)