Skip to content

Commit a532e72

Browse files
committed
cs
1 parent 8219c02 commit a532e72

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
@@ -6544,7 +6544,6 @@ func TestEarlyHints(t *testing.T) {
65446544
t.Errorf("unexpected response; got %q; should start by %q", got, expected)
65456545
}
65466546
}
6547-
65486547
func TestProcessing(t *testing.T) {
65496548
ht := newHandlerTest(HandlerFunc(func(w ResponseWriter, r *Request) {
65506549
w.WriteHeader(StatusProcessing)

0 commit comments

Comments
 (0)