Skip to content

Commit

Permalink
n
Browse files Browse the repository at this point in the history
Change-Id: If6947e6ac5e6e1d11ae82693248a8ba2aa33c63b
  • Loading branch information
qiulaidongfeng committed Apr 15, 2024
1 parent 64acadf commit 35cf553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reflect/all_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8800,7 +8800,7 @@ func TestValueSeq2(t *testing.T) {
t.Fatalf("unexpected %v", v1.Interface())
}
if v != v2.Interface() {
t.Fatalf("got %v, want %v", v2.Interface(), m[v1.String()])
t.Fatalf("got %v, want %d", v2.Interface(), m[v1.String()])
}
i++
if i > 4 {
Expand Down

0 comments on commit 35cf553

Please sign in to comment.