]> Cypherpunks repositories - gostls13.git/commit
cmd/go: every test imports regexp
authorRuss Cox <rsc@golang.org>
Sat, 21 Jan 2012 04:35:28 +0000 (23:35 -0500)
committerRuss Cox <rsc@golang.org>
Sat, 21 Jan 2012 04:35:28 +0000 (23:35 -0500)
commite56dc0ad37b2c736668b6069d3f39a3b5f309e87
tree9ccca1bdbb8b9b1d367a3b1b17754cd4762d5681
parentc4b16a3864102b45cc50188cee416133c165a460
cmd/go: every test imports regexp

This fixes the bug Rob ran into when editing package bytes.
Regexp imports regexp/syntax, which imports bytes, and
regexp/syntax was not being properly recompiled during a
test of a change to package bytes.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5555065
src/cmd/go/test.go