summaryrefslogtreecommitdiff
path: root/src/cmd/gofix/httpheaders_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/gofix/httpheaders_test.go')
-rw-r--r--src/cmd/gofix/httpheaders_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/gofix/httpheaders_test.go b/src/cmd/gofix/httpheaders_test.go
index cc82b5893..37506b82d 100644
--- a/src/cmd/gofix/httpheaders_test.go
+++ b/src/cmd/gofix/httpheaders_test.go
@@ -5,7 +5,7 @@
package main
func init() {
- addTestCases(httpHeadersTests)
+ addTestCases(httpHeadersTests, httpheaders)
}
var httpHeadersTests = []testCase{