summaryrefslogtreecommitdiff
path: root/src/pkg/debug/elf/elf_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/debug/elf/elf_test.go')
-rw-r--r--src/pkg/debug/elf/elf_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/debug/elf/elf_test.go b/src/pkg/debug/elf/elf_test.go
index 67b961b5c..e3c51bb71 100644
--- a/src/pkg/debug/elf/elf_test.go
+++ b/src/pkg/debug/elf/elf_test.go
@@ -43,7 +43,7 @@ func TestNames(t *testing.T) {
for i, tt := range nameTests {
s := fmt.Sprint(tt.val)
if s != tt.str {
- t.Errorf("#%d: want %q have %q", i, s, tt.str)
+ t.Errorf("#%d: Sprint(%d) = %q, want %q", i, tt.val, s, tt.str)
}
}
}