Change-Id: I99f07328da3dd99d34b8da5f913c98206b4dc76a
Reviewed-on: https://go-review.googlesource.com/c/go/+/308609
Trust: Robert Findley <rfindley@google.com>
Run-TryBot: Robert Findley <rfindley@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
}
if S.ErrorCount != len(invalidSegments) {
- t.Errorf("go %d errors; want %d", S.ErrorCount, len(invalidSegments))
+ t.Errorf("got %d errors; want %d", S.ErrorCount, len(invalidSegments))
}
}