Skip to content

Commit 8979778

Browse files
committed
cs
1 parent c33edb7 commit 8979778

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/net/http/serve_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -6468,7 +6468,6 @@ func TestEarlyHints(t *testing.T) {
64686468
t.Errorf("unexpected response; got %q; should start by %q", got, expected)
64696469
}
64706470
}
6471-
64726471
func TestProcessing(t *testing.T) {
64736472
ht := newHandlerTest(HandlerFunc(func(w ResponseWriter, r *Request) {
64746473
w.WriteHeader(StatusProcessing)

0 commit comments

Comments
 (0)