There was an error while loading. Please reload this page.
1 parent 694f093 commit e99e3cdCopy full SHA for e99e3cd
1 file changed
Lib/test/test_ntpath.py
@@ -171,7 +171,6 @@ def test_splitroot(self):
171
tester("ntpath.splitroot('/\\a/b\\/\\')", ('/\\a/b', '\\', '/\\'))
172
tester("ntpath.splitroot('\\/a\\b/\\/')", ('\\/a\\b', '/', '\\/'))
173
174
-
175
def test_split(self):
176
tester('ntpath.split("c:\\foo\\bar")', ('c:\\foo', 'bar'))
177
tester('ntpath.split("\\\\conky\\mountpoint\\foo\\bar")',
0 commit comments