diff options
Diffstat (limited to 'src/path/filepath/path_test.go')
| -rw-r--r-- | src/path/filepath/path_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path/filepath/path_test.go b/src/path/filepath/path_test.go index 91b6493c51..1c32e27a54 100644 --- a/src/path/filepath/path_test.go +++ b/src/path/filepath/path_test.go @@ -1064,7 +1064,7 @@ func TestDriveLetterInEvalSymlinks(t *testing.T) { } } -func TestBug3486(t *testing.T) { // http://golang.org/issue/3486 +func TestBug3486(t *testing.T) { // https://golang.org/issue/3486 if runtime.GOOS == "darwin" { switch runtime.GOARCH { case "arm", "arm64": |
