aboutsummaryrefslogtreecommitdiff
path: root/test/linkx.go
diff options
context:
space:
mode:
authorCherry Zhang <cherryyz@google.com>2019-11-01 15:15:58 -0400
committerCherry Zhang <cherryyz@google.com>2019-11-01 20:13:05 +0000
commitdfd8de10040eb64dc255d1f6ed98728b169af885 (patch)
tree42aa4e94af3363cdaa85d7e1fe24bf8131157680 /test/linkx.go
parent5aea597905f914bb0c8d0d986e17c5022cf9aed1 (diff)
downloadgo-dfd8de10040eb64dc255d1f6ed98728b169af885.tar.gz
go-dfd8de10040eb64dc255d1f6ed98728b169af885.zip
[dev.link] all: clean up some TODOs
Change-Id: Iae1ca888729014b6fec97d7bd7ae082dbceb9fe5 Reviewed-on: https://go-review.googlesource.com/c/go/+/204837 Run-TryBot: Cherry Zhang <cherryyz@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Than McIntosh <thanm@google.com>
Diffstat (limited to 'test/linkx.go')
-rw-r--r--test/linkx.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/linkx.go b/test/linkx.go
index 2b5b6edd47..4f85b241a9 100644
--- a/test/linkx.go
+++ b/test/linkx.go
@@ -32,8 +32,6 @@ func main() {
// Check non-string symbols are not overwritten.
// This also make them used.
- // TODO: decide if we need to issue an error if -X
- // is applied to a non-string unreachable symbol.
if b || x != 0 {
panic("b or x overwritten")
}