mirror of
https://github.com/golang/go
synced 2024-11-26 04:27:58 -07:00
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:
parent
7c79910cb9
commit
23482db9f1
2
src/pkg/runtime/race/testdata/mop_test.go
vendored
2
src/pkg/runtime/race/testdata/mop_test.go
vendored
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user