Commit 23482db9 authored by Rémy Oudompheng's avatar Rémy Oudompheng

runtime/race: mark failing test as such.

Fixes race builder.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/8055045
parent 7c79910c
...@@ -1477,7 +1477,7 @@ func TestRaceFailingSliceStruct(t *testing.T) { ...@@ -1477,7 +1477,7 @@ func TestRaceFailingSliceStruct(t *testing.T) {
<-c <-c
} }
func TestRaceAppendSliceStruct(t *testing.T) { func TestRaceFailingAppendSliceStruct(t *testing.T) {
type X struct { type X struct {
x, y int x, y int
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment