runtime/race: mark failing test as such.

Fixes race builder.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/8055045
This commit is contained in:
Rémy Oudompheng 2013-03-27 21:15:05 +01:00
parent 7c79910cb9
commit 23482db9f1

View File

@ -1477,7 +1477,7 @@ func TestRaceFailingSliceStruct(t *testing.T) {
<-c
}
func TestRaceAppendSliceStruct(t *testing.T) {
func TestRaceFailingAppendSliceStruct(t *testing.T) {
type X struct {
x, y int
}