parent
d8f796af33
commit
186faed2ee
|
@ -46,7 +46,7 @@ func changeKind(v *reflect.Value, readOnly bool) {
|
||||||
*flags |= flagKindMask
|
*flags |= flagKindMask
|
||||||
}
|
}
|
||||||
|
|
||||||
// TestAddedReflectValue tests functionaly of the dump and formatter code which
|
// TestAddedReflectValue tests functionally of the dump and formatter code which
|
||||||
// falls back to the standard fmt library for new types that might get added to
|
// falls back to the standard fmt library for new types that might get added to
|
||||||
// the language.
|
// the language.
|
||||||
func TestAddedReflectValue(t *testing.T) {
|
func TestAddedReflectValue(t *testing.T) {
|
||||||
|
|
Loading…
Reference in New Issue