| 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/extensions_test.go b/proto/extensions_test.go index 6495f56..92d1334 100644 --- a/proto/extensions_test.go +++ b/proto/extensions_test.go
@@ -34,8 +34,8 @@ import ( "testing" - pb "./testdata" "github.com/golang/protobuf/proto" + pb "github.com/golang/protobuf/proto/testdata" ) func TestGetExtensionsWithMissingExtensions(t *testing.T) {