| 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/equal_test.go b/proto/equal_test.go index 50b238f..af99c57 100644 --- a/proto/equal_test.go +++ b/proto/equal_test.go
@@ -35,8 +35,8 @@ "log" "testing" + pb "./testdata" . "code.google.com/p/goprotobuf/proto" - pb "code.google.com/p/goprotobuf/proto/testdata" ) // Four identical base messages.