diff options
Diffstat (limited to 'src/cmd/gofix/httpserver_test.go')
| -rw-r--r-- | src/cmd/gofix/httpserver_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/gofix/httpserver_test.go b/src/cmd/gofix/httpserver_test.go index 89bb4fa71..b6ddff27e 100644 --- a/src/cmd/gofix/httpserver_test.go +++ b/src/cmd/gofix/httpserver_test.go @@ -5,7 +5,7 @@ package main func init() { - addTestCases(httpserverTests) + addTestCases(httpserverTests, httpserver) } var httpserverTests = []testCase{ |
