mirror of
https://github.com/golang/go
synced 2024-11-22 22:30:02 -07:00
cmd/fix: disable reflect test under race detector (very slow)
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/6642045
This commit is contained in:
parent
6cab8aa4e4
commit
3aae5a0e7e
@ -2,6 +2,9 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file
|
||||
|
||||
// Too slow under race detector.
|
||||
// +build !race
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
|
Loading…
Reference in New Issue
Block a user