Skip to content

Commit 35cf553

Browse files
n
Change-Id: If6947e6ac5e6e1d11ae82693248a8ba2aa33c63b
1 parent 64acadf commit 35cf553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reflect/all_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8800,7 +8800,7 @@ func TestValueSeq2(t *testing.T) {
88008800
t.Fatalf("unexpected %v", v1.Interface())
88018801
}
88028802
if v != v2.Interface() {
8803-
t.Fatalf("got %v, want %v", v2.Interface(), m[v1.String()])
8803+
t.Fatalf("got %v, want %d", v2.Interface(), m[v1.String()])
88048804
}
88058805
i++
88068806
if i > 4 {

0 commit comments

Comments
 (0)