diff options
Diffstat (limited to 'libgo/go/path/filepath/match_test.go')
-rw-r--r-- | libgo/go/path/filepath/match_test.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libgo/go/path/filepath/match_test.go b/libgo/go/path/filepath/match_test.go index e3d3658..1095cc5 100644 --- a/libgo/go/path/filepath/match_test.go +++ b/libgo/go/path/filepath/match_test.go @@ -2,10 +2,9 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -package filepath_test +package filepath import ( - . "path/filepath" "runtime" "strings" "testing" |