aboutsummaryrefslogtreecommitdiff
path: root/src/os/removeall_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/removeall_test.go')
-rw-r--r--src/os/removeall_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/removeall_test.go b/src/os/removeall_test.go
index 1e5c650fe1..bc9c468ce3 100644
--- a/src/os/removeall_test.go
+++ b/src/os/removeall_test.go
@@ -359,7 +359,7 @@ func TestRemoveAllButReadOnlyAndPathError(t *testing.T) {
t.Errorf("got %q, expected pathErr.path %q", g, w)
}
} else {
- t.Errorf("got %T, expected *os.PathError", err)
+ t.Errorf("got %T, expected *fs.PathError", err)
}
for _, dir := range dirs {