mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
fix some bad testing prints
R=rsc DELTA=5 (0 added, 0 deleted, 5 changed) OCL=31740 CL=31742
This commit is contained in:
parent
04ae91cf71
commit
b75df2f695
1 changed files with 1 additions and 1 deletions
|
|
@ -565,7 +565,7 @@ func TestInterfaceExtraction(t *testing.T) {
|
|||
s.w = os.Stdout;
|
||||
v := Indirect(NewValue(&s)).(*StructValue).Field(0).Interface();
|
||||
if v != s.w.(interface{}) {
|
||||
t.Errorf("Interface() on interface: ", v, s.w);
|
||||
t.Error("Interface() on interface: ", v, s.w);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue