diff options
| author | Russ Cox <rsc@golang.org> | 2013-02-03 01:25:58 -0500 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2013-02-03 01:25:58 -0500 |
| commit | e87cc3dc5b3bbfeb018744902516e5684ca31a7f (patch) | |
| tree | 701ad9db8c8faf9752c9128a15d95529f4774dd7 /src/pkg/exp | |
| parent | b2e0c34cf32a82cf808bfc54134a2cf1d8042429 (diff) | |
| download | go-e87cc3dc5b3bbfeb018744902516e5684ca31a7f.tar.xz | |
exp/gotype: disable broken test
R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/7275045
Diffstat (limited to 'src/pkg/exp')
| -rw-r--r-- | src/pkg/exp/gotype/gotype_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
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", |
