]> Cypherpunks repositories - gostls13.git/commitdiff
test/garbage: do not try to parse package bignum, which is gone.
authorRuss Cox <rsc@golang.org>
Mon, 16 Aug 2010 20:31:31 +0000 (13:31 -0700)
committerRuss Cox <rsc@golang.org>
Mon, 16 Aug 2010 20:31:31 +0000 (13:31 -0700)
Fixes #1023.

R=gri
CC=golang-dev
https://golang.org/cl/1968043

test/garbage/parser.go

index a0fd19a621f5ff422128bc9ac500bc2813adfc5a..75bcf9aefdab256f2296fadc35fafd3d7aa8ec13 100644 (file)
@@ -115,7 +115,6 @@ var packages = []string{
        "archive/tar",
        "asn1",
        "big",
-       "bignum",
        "bufio",
        "bytes",
        "cmath",