diff options
Diffstat (limited to 'libgo/misc/cgo/test/testdata/issue9400/asm_arm64.s')
-rw-r--r-- | libgo/misc/cgo/test/testdata/issue9400/asm_arm64.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/misc/cgo/test/testdata/issue9400/asm_arm64.s b/libgo/misc/cgo/test/testdata/issue9400/asm_arm64.s index 2ebbfcca3b6..2565793f9ab 100644 --- a/libgo/misc/cgo/test/testdata/issue9400/asm_arm64.s +++ b/libgo/misc/cgo/test/testdata/issue9400/asm_arm64.s @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build !gccgo +// +build gc #include "textflag.h" |