diff options
Diffstat (limited to 'src/pkg/http/url_test.go')
| -rw-r--r-- | src/pkg/http/url_test.go | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/src/pkg/http/url_test.go b/src/pkg/http/url_test.go index 51d0283fe..6a3cdb0c5 100644 --- a/src/pkg/http/url_test.go +++ b/src/pkg/http/url_test.go @@ -6,7 +6,6 @@ package http  import (  	"fmt"; -	"http";  	"os";  	"reflect";  	"testing"; @@ -14,7 +13,7 @@ import (  // TODO(rsc):  //	test URLUnescape -// 	test URLEscape +//	test URLEscape  //	test ParseURL  type URLTest struct { | 
