diff options
author | Ian Lance Taylor <iant@golang.org> | 2022-04-13 14:41:50 -0700 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2022-04-13 14:41:50 -0700 |
commit | 33ba46663cdf2c9e995265eb838585488f81e907 (patch) | |
tree | 264e254572d7892c662ca8f690a0275c8c62b016 | |
parent | f2ebf2d98efe0ac2314b58cf474f44cb8ebd5244 (diff) | |
download | gcc-33ba46663cdf2c9e995265eb838585488f81e907.zip gcc-33ba46663cdf2c9e995265eb838585488f81e907.tar.gz gcc-33ba46663cdf2c9e995265eb838585488f81e907.tar.bz2 |
go.test: update issue10441.go to current upstream version
This test only needs to be compiled, not linked.
-rw-r--r-- | gcc/testsuite/go.test/test/fixedbugs/issue10441.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/go.test/test/fixedbugs/issue10441.go b/gcc/testsuite/go.test/test/fixedbugs/issue10441.go index 9bc4948..7cd26d8 100644 --- a/gcc/testsuite/go.test/test/fixedbugs/issue10441.go +++ b/gcc/testsuite/go.test/test/fixedbugs/issue10441.go @@ -1,4 +1,4 @@ -// build +// compile // Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style |