summaryrefslogtreecommitdiff
path: root/src/path
diff options
context:
space:
mode:
Diffstat (limited to 'src/path')
-rw-r--r--src/path/filepath/path_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/path/filepath/path_test.go b/src/path/filepath/path_test.go
index 771416770e..89fd6cb5a2 100644
--- a/src/path/filepath/path_test.go
+++ b/src/path/filepath/path_test.go
@@ -167,10 +167,8 @@ var winislocaltests = []IsLocalTest{
{"NUL", false},
{"nul", false},
{"nul.", false},
- {"nul.txt", false},
{"com1", false},
{"./nul", false},
- {"a/nul.txt/b", false},
{`\`, false},
{`\a`, false},
{`C:`, false},