| commit | a8de28488118e9938c4cd672c974b36fae499de8 | [log] [tgz] |
|---|---|---|
| author | David Symonds <dsymonds@golang.org> | Fri Mar 20 16:24:29 2015 +1100 |
| committer | David Symonds <dsymonds@golang.org> | Fri Mar 20 16:24:29 2015 +1100 |
| tree | 4c7ea74153f3874e6e5e2bd25117707a53775adb | |
| parent | f7137ae6b19afbfd61a94b746fda3b3fe0491874 [diff] [blame] |
Use full import paths for test protos.
diff --git a/proto/equal_test.go b/proto/equal_test.go index cc25833..b322f65 100644 --- a/proto/equal_test.go +++ b/proto/equal_test.go
@@ -34,8 +34,8 @@ import ( "testing" - pb "./testdata" . "github.com/golang/protobuf/proto" + pb "github.com/golang/protobuf/proto/testdata" ) // Four identical base messages.