]> Cypherpunks repositories - gostls13.git/commit
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)
commit735356ca9a90d1698cc680046e2a082f6cd0c137
tree2e4116e5c2da24b192e854bb8ab9aea69ce9506c
parentc47123d07badbbc7699cd58f112e6449f1cbf343
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