Skip to content

Commit

Permalink
exp/locale/collate: fixed go vet error.
Browse files Browse the repository at this point in the history
R=r, dave
CC=golang-dev
https://golang.org/cl/7403055
  • Loading branch information
mpvl committed Feb 27, 2013
1 parent 5afa271 commit 7add9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pkg/exp/locale/collate/collate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ func TestProcessWeights(t *testing.T) {
processWeights(tt.opt.alt, uint32(tt.opt.top), in)
for j, w := range in {
if w != out[j] {
t.Errorf("%d: Weights %d was %v; want %v %X %X", i, j, w, out[j])
t.Errorf("%d: Weights %d was %v; want %v", i, j, w, out[j])
}
}
}
Expand Down

0 comments on commit 7add9b7

Please sign in to comment.