]> Cypherpunks repositories - gostls13.git/commitdiff
exp/gotype: disable broken test
authorRuss Cox <rsc@golang.org>
Sun, 3 Feb 2013 06:25:58 +0000 (01:25 -0500)
committerRuss Cox <rsc@golang.org>
Sun, 3 Feb 2013 06:25:58 +0000 (01:25 -0500)
R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/7275045

src/pkg/exp/gotype/gotype_test.go

index 67ab7cfa74a51dceb5d9095704d92cd5c195f208..d6ab5eae41c87a4afc8a99d851d6e4ed96af49c1 100644 (file)
@@ -181,7 +181,7 @@ var tests = []string{
 
        // "runtime",
        "runtime/cgo",
-       "runtime/debug",
+       // "runtime/debug", // rejects a valid constant - issue 4744
        "runtime/pprof",
 
        "sort",