aboutsummaryrefslogtreecommitdiff
path: root/misc/cgo/test/cgo_unix_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'misc/cgo/test/cgo_unix_test.go')
-rw-r--r--misc/cgo/test/cgo_unix_test.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/misc/cgo/test/cgo_unix_test.go b/misc/cgo/test/cgo_unix_test.go
deleted file mode 100644
index 5c1f9b7e40..0000000000
--- a/misc/cgo/test/cgo_unix_test.go
+++ /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) }