| 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_test.go b/proto/text_test.go index 4e76f78..e720bdd 100644 --- a/proto/text_test.go +++ b/proto/text_test.go
@@ -38,7 +38,7 @@ "code.google.com/p/goprotobuf/proto" - pb "code.google.com/p/goprotobuf/proto/testdata" + pb "./testdata" ) func newTestMessage() *pb.MyMessage {