We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8616981 commit 9693b94Copy full SHA for 9693b94
src/runtime/unsafepoint_test.go
@@ -43,7 +43,7 @@ func TestUnsafePoint(t *testing.T) {
43
cmd := exec.Command(testenv.GoToolPath(t), "tool", "objdump", "-s", "setGlobalPointer", os.Args[0])
44
out, err := cmd.CombinedOutput()
45
if err != nil {
46
- t.Fatalf("can't objdump %v", err)
+ t.Fatalf("can't objdump %v:\n%s", err, out)
47
}
48
lines := strings.Split(string(out), "\n")[1:]
49
0 commit comments