mirror of
https://github.com/golang/go
synced 2024-11-14 20:00:31 -07:00
Just %v is fine here
This commit is contained in:
parent
9f9dd2bfd8
commit
023fde3ed4
@ -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…
Reference in New Issue
Block a user