Skip to content

Commit 491d2db

Browse files
committed
cs
1 parent 5840320 commit 491d2db

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
@@ -6527,7 +6527,6 @@ func TestEarlyHints(t *testing.T) {
65276527
t.Errorf("unexpected response; got %q; should start by %q", got, expected)
65286528
}
65296529
}
6530-
65316530
func TestProcessing(t *testing.T) {
65326531
ht := newHandlerTest(HandlerFunc(func(w ResponseWriter, r *Request) {
65336532
w.WriteHeader(StatusProcessing)

0 commit comments

Comments
 (0)