* tree-vect-loop-manip.c (vect_do_peeling): Do not use
[official-gcc.git] / libgo / misc / cgo / test / issue8517.go
blob4e431df921d1e33d4ca79faf9ea26e302a4aa6d9
1 // Copyright 2014 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 !windows
7 package cgotest
9 import "testing"
11 func test8517(t *testing.T) {
12 t.Skip("skipping windows only test")