diff options
| author | Russ Cox <rsc@golang.org> | 2009-08-12 13:19:17 -0700 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2009-08-12 13:19:17 -0700 |
| commit | b04ac108fdede9e5b72f677e9bf10195ffb8280b (patch) | |
| tree | c9dbc55a8447806706f8ae757a04c3c41b815835 /src/pkg/path/path_test.go | |
| parent | 5b62b19d436de41f77278c7511896a4921f6d040 (diff) | |
| download | go-b04ac108fdede9e5b72f677e9bf10195ffb8280b.tar.xz | |
convert non-low-level non-google pkg code
to whole-package compilation.
R=r
OCL=33070
CL=33101
Diffstat (limited to 'src/pkg/path/path_test.go')
| -rw-r--r-- | src/pkg/path/path_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pkg/path/path_test.go b/src/pkg/path/path_test.go index 1238ac1cd2..386c17c707 100644 --- a/src/pkg/path/path_test.go +++ b/src/pkg/path/path_test.go @@ -5,7 +5,6 @@ package path import ( - "path"; "testing" ) @@ -120,7 +119,6 @@ type ExtTest struct { var exttests = []ExtTest { ExtTest{"path.go", ".go"}, ExtTest{"path.pb.go", ".go"}, - ExtTest{"path", ""}, ExtTest{"a.dir/b", ""}, ExtTest{"a.dir/b.go", ".go"}, ExtTest{"a.dir/", ""}, |
