Skip to content

Commit cbf278c

Browse files
committed
cs
1 parent 0903f4c commit cbf278c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/net/http/serve_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6629,7 +6629,6 @@ func TestEarlyHints(t *testing.T) {
66296629
t.Errorf("unexpected response; got %q; should start by %q", got, expected)
66306630
}
66316631
}
6632-
66336632
func TestProcessing(t *testing.T) {
66346633
ht := newHandlerTest(HandlerFunc(func(w ResponseWriter, r *Request) {
66356634
w.WriteHeader(StatusProcessing)

0 commit comments

Comments
 (0)