diff options
Diffstat (limited to 'src/cmd')
| -rw-r--r-- | src/cmd/vendor/github.com/google/pprof/internal/driver/fetch_test.go | 4 | ||||
| -rw-r--r-- | src/cmd/vendor/vendor.json | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/cmd/vendor/github.com/google/pprof/internal/driver/fetch_test.go b/src/cmd/vendor/github.com/google/pprof/internal/driver/fetch_test.go index a1b52affbc..90b84b27c5 100644 --- a/src/cmd/vendor/github.com/google/pprof/internal/driver/fetch_test.go +++ b/src/cmd/vendor/github.com/google/pprof/internal/driver/fetch_test.go @@ -74,7 +74,7 @@ func TestSymbolizationPath(t *testing.T) { }, } s := &source{} - locateBinaries(p, s, obj, &proftest.TestUI{t, tc.msgCount}) + locateBinaries(p, s, obj, &proftest.TestUI{T: t, Ignore: tc.msgCount}) if file := p.Mapping[0].File; file != tc.want { t.Errorf("%s:%s:%s, want %s, got %s", tc.env, tc.file, tc.buildID, tc.want, file) } @@ -176,7 +176,7 @@ func TestFetch(t *testing.T) { {path + "go.nomappings.crash", "/bin/gotest.exe"}, {"http://localhost/profile?file=cppbench.cpu", ""}, } { - p, _, _, err := grabProfile(&source{ExecName: tc.execName}, tc.source, 0, nil, testObj{}, &proftest.TestUI{t, 0}) + p, _, _, err := grabProfile(&source{ExecName: tc.execName}, tc.source, 0, nil, testObj{}, &proftest.TestUI{T: t}) if err != nil { t.Fatalf("%s: %s", tc.source, err) } diff --git a/src/cmd/vendor/vendor.json b/src/cmd/vendor/vendor.json index a6e828147d..39d5b36300 100644 --- a/src/cmd/vendor/vendor.json +++ b/src/cmd/vendor/vendor.json @@ -9,8 +9,8 @@ { "canonical": "github.com/google/pprof", "local": "github.com/google/pprof", - "revision": "b1c91b9f8fa7647e4c43c96c50f245df551f7013", - "revisionTime": "2017-03-01T17:36:15Z", + "revision": "dec22b42d9eee442222c36c8da24ddc9905e7ee6", + "revisionTime": "2017-03-01T19:58:13Z", }, { "canonical": "golang.org/x/arch/x86/x86asm", |
