libgo: update to Go 1.11
[official-gcc.git] / libgo / misc / cgo / test / issue21897b.go
blobe143bad086da02429ddb21304e236e070223a2b1
1 // Copyright 2017 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
5 // +build !darwin !cgo internal race
7 package cgotest
9 import "testing"
11 func test21897(t *testing.T) {
12 t.Skip("test runs only on darwin+cgo")