]> Cypherpunks.ru repositories - gostls13.git/blobdiff - test/linkx.go
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / test / linkx.go
index 2b5b6edd47a65e9044be38f63d89a6b3f7ac0369..4f85b241a96d586ffe646e9bd53d4a3bc4213e80 100644 (file)
@@ -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")
        }