]> Cypherpunks.ru repositories - gostls13.git/blobdiff - misc/cgo/test/cgo_unix_test.go
misc/cgo: move registerCgoTests tests to cmd/cgo/internal
[gostls13.git] / misc / cgo / test / cgo_unix_test.go
diff --git a/misc/cgo/test/cgo_unix_test.go b/misc/cgo/test/cgo_unix_test.go
deleted file mode 100644 (file)
index 5c1f9b7..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-// Copyright 2015 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-//go:build cgo && !windows
-
-package cgotest
-
-import "testing"
-
-func TestSigaltstack(t *testing.T) { testSigaltstack(t) }
-func TestSigprocmask(t *testing.T) { testSigprocmask(t) }
-func Test18146(t *testing.T)       { test18146(t) }