From: Russ Cox Date: Mon, 16 Aug 2010 20:31:31 +0000 (-0700) Subject: test/garbage: do not try to parse package bignum, which is gone. X-Git-Tag: weekly.2010-08-25~51 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=735356ca9a90d1698cc680046e2a082f6cd0c137;p=gostls13.git test/garbage: do not try to parse package bignum, which is gone. Fixes #1023. R=gri CC=golang-dev https://golang.org/cl/1968043 --- diff --git a/test/garbage/parser.go b/test/garbage/parser.go index a0fd19a621..75bcf9aefd 100644 --- a/test/garbage/parser.go +++ b/test/garbage/parser.go @@ -115,7 +115,6 @@ var packages = []string{ "archive/tar", "asn1", "big", - "bignum", "bufio", "bytes", "cmath",