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