aboutsummaryrefslogtreecommitdiff
path: root/cmp/compare_test.go
diff options
context:
space:
mode:
authorJoe Tsai <joetsai@digital-static.net>2020-06-10 10:36:17 -0700
committerGitHub <noreply@github.com>2020-06-10 10:36:17 -0700
commit367e530b4ed74b514889e7945f0b18145337eff3 (patch)
treec6846784f8044fb6f23ba770f25b98fe836d14ea /cmp/compare_test.go
parent23a2b5646fe0b6a0b4b19b6ef0b0965b182f2e83 (diff)
downloadgo-cmp-367e530b4ed74b514889e7945f0b18145337eff3.tar.gz
Mention minimally supported Go version in TODO (#209)
Specify the exact minimumally supported version of Go required in order to address certain TODOs. This makes it easier to filter out inactionable TODOs.
Diffstat (limited to 'cmp/compare_test.go')
-rw-r--r--cmp/compare_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmp/compare_test.go b/cmp/compare_test.go
index 4ffa0eb..43ac8f9 100644
--- a/cmp/compare_test.go
+++ b/cmp/compare_test.go
@@ -1068,7 +1068,7 @@ func embeddedTests() []test {
return s
}
- // TODO(dsnet): Workaround for reflect bug (https://golang.org/issue/21122).
+ // TODO(≥go1.10): Workaround for reflect bug (https://golang.org/issue/21122).
wantPanicNotGo110 := func(s string) string {
if !flags.AtLeastGo110 {
return ""