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
Showing
Please register or sign in to comment