1
0
mirror of https://github.com/golang/go synced 2024-11-22 18:04:48 -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:
Dmitriy Vyukov 2012-10-09 20:21:39 +04:00
parent 6cab8aa4e4
commit 3aae5a0e7e

View File

@ -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 (