aboutsummaryrefslogtreecommitdiff
path: root/test/linkx_run.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2016-01-28 22:50:03 -0500
committerRuss Cox <rsc@golang.org>2016-02-19 01:35:25 +0000
commit51b624e6a29b135ce0fadb22b678acf4998ff16f (patch)
treea00a3ba3f6241c0e17b17afd23d3b0d36b0273ce /test/linkx_run.go
parent0b4f5782664b1e5ff6006cc3a66de520ed1c7c79 (diff)
downloadgo-51b624e6a29b135ce0fadb22b678acf4998ff16f.tar.gz
go-51b624e6a29b135ce0fadb22b678acf4998ff16f.zip
cmd/link: remove alternate -X flag spelling
The Go 1.6 release notes say we'll remove the “-X name value” form (in favor of the “-X name=value” form) in Go 1.7. Do that. Also establish the doc/go1.7.txt file. Change-Id: Ie4565a6bc5dbcf155181754d8d92bfbb23c75338 Reviewed-on: https://go-review.googlesource.com/19614 Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'test/linkx_run.go')
-rw-r--r--test/linkx_run.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/linkx_run.go b/test/linkx_run.go
index a6c7c67014..440271ac4a 100644
--- a/test/linkx_run.go
+++ b/test/linkx_run.go
@@ -18,7 +18,7 @@ import (
)
func main() {
- test(" ") // old deprecated syntax
+ // test(" ") // old deprecated & removed syntax
test("=") // new syntax
}