mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
Just %v is fine here
This commit is contained in:
parent
9f9dd2bfd8
commit
023fde3ed4
1 changed files with 1 additions and 1 deletions
|
|
@ -8521,7 +8521,7 @@ func TestClear(t *testing.T) {
|
|||
t.Run(tc.name, func(t *testing.T) {
|
||||
t.Parallel()
|
||||
if !tc.testFunc(tc.value) {
|
||||
t.Errorf("unexpected result for value.Clear(): %value", tc.value)
|
||||
t.Errorf("unexpected result for value.Clear(): %v", tc.value)
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue