From 33ba46663cdf2c9e995265eb838585488f81e907 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 13 Apr 2022 14:41:50 -0700 Subject: [PATCH] go.test: update issue10441.go to current upstream version This test only needs to be compiled, not linked. --- gcc/testsuite/go.test/test/fixedbugs/issue10441.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4