| 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/text_parser_test.go b/proto/text_parser_test.go index 1360e8e..2e51da3 100644 --- a/proto/text_parser_test.go +++ b/proto/text_parser_test.go
@@ -36,9 +36,9 @@ "reflect" "testing" - proto3pb "./proto3_proto" - . "./testdata" . "github.com/golang/protobuf/proto" + proto3pb "github.com/golang/protobuf/proto/proto3_proto" + . "github.com/golang/protobuf/proto/testdata" ) type UnmarshalTextTest struct {