1
0
mirror of https://github.com/golang/go synced 2024-11-22 00:14:42 -07:00

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

View File

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