aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/panic_test.go
diff options
context:
space:
mode:
authorAlberto Donizetti <alb.donizetti@gmail.com>2020-04-22 17:42:41 +0200
committerAlberto Donizetti <alb.donizetti@gmail.com>2020-04-22 16:03:11 +0000
commit0a00926481faaf40189d1d78e738584cb1735f40 (patch)
treedc64b71e627fdb3894b714d4319b6da7aca25f24 /src/runtime/panic_test.go
parent38c2c12bc1b3da40e1b33cac9268b7df9fa49a7e (diff)
downloadgo-0a00926481faaf40189d1d78e738584cb1735f40.tar.xz
runtime: fix bad link to issue tracker in test
Change-Id: Ie88ff3f0493f4119be25476a20038877e879c485 Reviewed-on: https://go-review.googlesource.com/c/go/+/229397 Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
Diffstat (limited to 'src/runtime/panic_test.go')
-rw-r--r--src/runtime/panic_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/panic_test.go b/src/runtime/panic_test.go
index 45ffa9858b..b8a300f6b1 100644
--- a/src/runtime/panic_test.go
+++ b/src/runtime/panic_test.go
@@ -11,7 +11,7 @@ import (
// Test that panics print out the underlying value
// when the underlying kind is directly printable.
-// Issue: https://golang/go/issues/37531
+// Issue: https://golang.org/issues/37531
func TestPanicWithDirectlyPrintableCustomTypes(t *testing.T) {
tests := []struct {
name string