| commit | 704096febc26e70ec025f4640dd1bc0f6d775061 | [log] [tgz] |
|---|---|---|
| author | David Symonds <dsymonds@golang.org> | Thu Mar 15 15:10:26 2012 +1100 |
| committer | David Symonds <dsymonds@golang.org> | Thu Mar 15 15:10:26 2012 +1100 |
| tree | 388a6740b94abeafe4a8b675bef51d914c332afc | |
| parent | a80b2827b11fc5d951a867f96cf6e4189e69e329 [diff] [blame] |
goprotobuf: Use local imports for testdata package. TBR=r CC=golang-dev http://codereview.appspot.com/5832043
diff --git a/proto/text_parser_test.go b/proto/text_parser_test.go index 3848790..c178449 100644 --- a/proto/text_parser_test.go +++ b/proto/text_parser_test.go
@@ -35,8 +35,8 @@ "reflect" "testing" + . "./testdata" . "code.google.com/p/goprotobuf/proto" - . "code.google.com/p/goprotobuf/proto/testdata" ) type UnmarshalTextTest struct {