Skip to content

Commit

Permalink
Update tests after compiler upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaeljusto committed Oct 17, 2024
1 parent 03b83f5 commit 6b62a48
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions goutil/goutil_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
"",
},
Expand Down

0 comments on commit 6b62a48

Please sign in to comment.