aboutsummaryrefslogtreecommitdiff
path: root/test/wildcard_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/wildcard_test.go')
-rw-r--r--test/wildcard_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wildcard_test.go b/test/wildcard_test.go
index d6910e013..83e12ea03 100644
--- a/test/wildcard_test.go
+++ b/test/wildcard_test.go
@@ -38,7 +38,7 @@ func TestLookupWildcard(t *testing.T) {
log.SetOutput(ioutil.Discard)
- p := proxy.New([]string{udp})
+ p := proxy.NewLookup([]string{udp})
state := request.Request{W: &test.ResponseWriter{}, Req: new(dns.Msg)}
for _, lookup := range []string{"a.w.example.org.", "a.a.w.example.org."} {
fig-run'>jarred/fix-issue-with-tsconfig-run Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/src/c.zig (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-10zig fmtGravatar Jarred Sumner 1-4/+4
2023-08-10Fixes #4062 (#4106)Gravatar Jarred Sumner 8-26/+87
2023-08-10bun test: format description of test.each (#4092)Gravatar Jacques 3-13/+311
2023-08-10add util.formatWithOptions (#4090)Gravatar dave caruso 3-9/+30
2023-08-10Fix titleGravatar Colin McDonnell 1-1/+1