]> Cypherpunks repositories - gostls13.git/commit
test: fix fixedbugs/issue30908.go to work with no-opt builder
authorThan McIntosh <thanm@google.com>
Tue, 26 Mar 2019 16:05:25 +0000 (12:05 -0400)
committerThan McIntosh <thanm@google.com>
Wed, 27 Mar 2019 17:53:36 +0000 (17:53 +0000)
commitad8b7a70c52d808d41d20b514f518984a179b3fa
treee81c78fc0d2c87f2d7d229401a55ae2ba7dcdbcb
parentcacab6455503e04b276542baffc19f5113ef133d
test: fix fixedbugs/issue30908.go to work with no-opt builder

Update the issue 30908 test to work with the no-opt builder
(this requires a corresponding change in the linker as well).
As part of this change, 'rundir' tests are now linked without
passing "-w" to the linker.

Updates #30908.
Fixes #31034.

Change-Id: Ic776e1607075c295e409e1c8230aaf55a79a6323
Reviewed-on: https://go-review.googlesource.com/c/go/+/169161
Reviewed-by: Ian Lance Taylor <iant@golang.org>
test/fixedbugs/issue30908.go