From 735356ca9a90d1698cc680046e2a082f6cd0c137 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 16 Aug 2010 13:31:31 -0700 Subject: [PATCH] test/garbage: do not try to parse package bignum, which is gone. Fixes #1023. R=gri CC=golang-dev https://golang.org/cl/1968043 --- test/garbage/parser.go | 1 - 1 file changed, 1 deletion(-) diff --git a/test/garbage/parser.go b/test/garbage/parser.go index a0fd19a621f..75bcf9aefda 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",