From 0efbec91cdc8b3e73a869e13dcec73c798147bd6 Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Thu, 4 May 2023 12:13:27 -0400 Subject: misc/swig: move tests to cmd/cgo/internal This moves the misc/swig test to cmd/cgo/internal. This lets these tests access facilities in internal/testenv. It's also now just a normal test that can run as part of the cmd tests. For #37486. Change-Id: Ibe5026219999d175aa0a310b9886bef3f6f9ed17 Reviewed-on: https://go-review.googlesource.com/c/go/+/492722 Run-TryBot: Austin Clements TryBot-Result: Gopher Robot Reviewed-by: Dmitri Shuralyov Reviewed-by: Bryan Mills --- src/cmd/dist/test.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/cmd/dist/test.go') diff --git a/src/cmd/dist/test.go b/src/cmd/dist/test.go index 95c27ce327..5a47b86bc6 100644 --- a/src/cmd/dist/test.go +++ b/src/cmd/dist/test.go @@ -870,9 +870,6 @@ func (t *tester) registerTests() { if goos != "android" { t.registerTest("cgo_testfortran", "", &goTest{dir: "cmd/cgo/internal/testfortran", timeout: 5 * time.Minute}, rtHostTest{}) } - if goos != "android" { - t.registerTest("swig", "", &goTest{dir: "../misc/swig"}) - } } if t.cgoEnabled { t.registerCgoTests() -- cgit v1.3