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