diff options
Diffstat (limited to 'src/pkg/path/match_test.go')
| -rw-r--r-- | src/pkg/path/match_test.go | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/pkg/path/match_test.go b/src/pkg/path/match_test.go index f377f1083b..730b6b9039 100644 --- a/src/pkg/path/match_test.go +++ b/src/pkg/path/match_test.go @@ -4,15 +4,12 @@ package path -import ( - "os" - "testing" -) +import "testing" type MatchTest struct { pattern, s string match bool - err os.Error + err error } var matchTests = []MatchTest{ |
