diff options
Diffstat (limited to 'cgo/cgo_test.go')
-rw-r--r-- | cgo/cgo_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgo/cgo_test.go b/cgo/cgo_test.go index 6d5d55045..88c506d46 100644 --- a/cgo/cgo_test.go +++ b/cgo/cgo_test.go @@ -28,7 +28,7 @@ func normalizeResult(result string) string { } func TestCGo(t *testing.T) { - var cflags = []string{"--target=armv6m-none-eabi"} + var cflags = []string{"--target=armv6m-unknown-unknown-eabi"} for _, name := range []string{"basic", "errors", "types", "flags", "const"} { name := name // avoid a race condition |