Skip to content

Commit 6b62a48

Browse files
committed
Update tests after compiler upgrade
1 parent 03b83f5 commit 6b62a48

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

goutil/goutil_test.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@ func TestExpand(t *testing.T) {
4141
"net/http/fcgi", "net/http/httptest", "net/http/httptrace",
4242
"net/http/httputil", "net/http/internal", "net/http/internal/ascii",
4343
"net/http/internal/testcert", "net/http/pprof",
44-
"net/internal/socktest", "net/mail", "net/netip", "net/rpc", "net/rpc/jsonrpc",
45-
"net/smtp", "net/textproto", "net/url",
44+
"net/internal/cgotest", "net/internal/socktest", "net/mail",
45+
"net/netip", "net/rpc", "net/rpc/jsonrpc", "net/smtp", "net/textproto",
46+
"net/url",
4647
},
4748
"",
4849
},

0 commit comments

Comments
 (0)