]> Cypherpunks repositories - gostls13.git/commitdiff
exp/gotype: fix build breakage due to https://code.google.com/p/go/source/detail...
authorAlan Donovan <adonovan@google.com>
Mon, 28 Jan 2013 23:26:26 +0000 (18:26 -0500)
committerAlan Donovan <adonovan@google.com>
Mon, 28 Jan 2013 23:26:26 +0000 (18:26 -0500)
Add 'math/big' to blacklist of packages that use shift
operations as yet unsupported by go/types.

(The failure was masked due to local bugfixes in my client.)

R=rsc, bradfitz, bradfitz
CC=golang-dev
https://golang.org/cl/7220057

src/pkg/exp/gotype/gotype_test.go

index 405093b2aeefbc8e8c7c970806c03592363a2f0a..67ab7cfa74a51dceb5d9095704d92cd5c195f208 100644 (file)
@@ -150,7 +150,7 @@ var tests = []string{
        "log/syslog",
 
        // "math",
-       "math/big",
+       //"math/big",
        "math/cmplx",
        "math/rand",