Skip to content

Commit c4ead46

Browse files
go/analysis/passes/httpresponse: fix a testing issue
Fixes golang/go#49160 Change-Id: Ie22f45626df37b4d701feedaf0ba4516505bfbfe Reviewed-on: https://go-review.googlesource.com/c/tools/+/358698 Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Robert Findley <[email protected]>
1 parent 903c757 commit c4ead46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/analysis/passes/httpresponse/httpresponse_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
func Test(t *testing.T) {
1515
testdata := analysistest.TestData()
1616
tests := []string{"a"}
17-
if true || typeparams.Enabled {
17+
if typeparams.Enabled {
1818
tests = append(tests, "typeparams")
1919
}
2020
analysistest.Run(t, testdata, httpresponse.Analyzer, tests...)

0 commit comments

Comments
 (0)