Commit 3aae5a0e authored by Dmitriy Vyukov's avatar Dmitriy Vyukov

cmd/fix: disable reflect test under race detector (very slow)

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/6642045
parent 6cab8aa4
......@@ -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 (
......
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