test/garbage: do not try to parse package bignum, which is gone.

Fixes #1023.

R=gri
CC=golang-dev
https://golang.org/cl/1968043
This commit is contained in:
Russ Cox 2010-08-16 13:31:31 -07:00
parent c47123d07b
commit 735356ca9a
1 changed files with 0 additions and 1 deletions

View File

@ -115,7 +115,6 @@ var packages = []string{
"archive/tar", "archive/tar",
"asn1", "asn1",
"big", "big",
"bignum",
"bufio", "bufio",
"bytes", "bytes",
"cmath", "cmath",