summaryrefslogtreecommitdiff
path: root/src/math/all_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/all_test.go')
-rw-r--r--src/math/all_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/all_test.go b/src/math/all_test.go
index 6286584e0c..0037b4a64c 100644
--- a/src/math/all_test.go
+++ b/src/math/all_test.go
@@ -2643,7 +2643,7 @@ func TestLargeTan(t *testing.T) {
// Check that math constants are accepted by compiler
// and have right value (assumes strconv.ParseFloat works).
-// http://golang.org/issue/201
+// https://golang.org/issue/201
type floatTest struct {
val interface{}