From: Russ Cox Date: Sun, 3 Feb 2013 06:25:58 +0000 (-0500) Subject: exp/gotype: disable broken test X-Git-Tag: go1.1rc2~1171 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e87cc3dc5b3bbfeb018744902516e5684ca31a7f;p=gostls13.git exp/gotype: disable broken test R=golang-dev, iant CC=golang-dev https://golang.org/cl/7275045 --- diff --git a/src/pkg/exp/gotype/gotype_test.go b/src/pkg/exp/gotype/gotype_test.go index 67ab7cfa74..d6ab5eae41 100644 --- a/src/pkg/exp/gotype/gotype_test.go +++ b/src/pkg/exp/gotype/gotype_test.go @@ -181,7 +181,7 @@ var tests = []string{ // "runtime", "runtime/cgo", - "runtime/debug", + // "runtime/debug", // rejects a valid constant - issue 4744 "runtime/pprof", "sort",