* tree-vect-loop-manip.c (vect_do_peeling): Do not use
[official-gcc.git] / libgo / misc / cgo / test / cgo_unix_test.go
blobe3d591664983befc0ef8b6bfe3f251f352f491d5
1 // Copyright 2015 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 TestSigaltstack(t *testing.T) { testSigaltstack(t) }
12 func TestSigprocmask(t *testing.T) { testSigprocmask(t) }
13 func Test18146(t *testing.T) { test18146(t) }