From 6b62a4877f7da2afda2dc65ba4f71d05bbef11e6 Mon Sep 17 00:00:00 2001 From: Rafael Dantas Justo Date: Thu, 17 Oct 2024 13:33:13 -0300 Subject: [PATCH] Update tests after compiler upgrade --- goutil/goutil_test.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/goutil/goutil_test.go b/goutil/goutil_test.go index 65a33c0..28b42ff 100644 --- a/goutil/goutil_test.go +++ b/goutil/goutil_test.go @@ -41,8 +41,9 @@ func TestExpand(t *testing.T) { "net/http/fcgi", "net/http/httptest", "net/http/httptrace", "net/http/httputil", "net/http/internal", "net/http/internal/ascii", "net/http/internal/testcert", "net/http/pprof", - "net/internal/socktest", "net/mail", "net/netip", "net/rpc", "net/rpc/jsonrpc", - "net/smtp", "net/textproto", "net/url", + "net/internal/cgotest", "net/internal/socktest", "net/mail", + "net/netip", "net/rpc", "net/rpc/jsonrpc", "net/smtp", "net/textproto", + "net/url", }, "", },