You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CL https://go-review.googlesource.com/c/32455/ changes the type of the testing.TestMain function in order to break a dependency. The ssa package will need to be updated to work with either the old or the new signature, and will need to be tested on Go 1.7 and Go 1.8.
The text was updated successfully, but these errors were encountered:
rakyll
changed the title
golang.org/x/tools/go/ssa: generate testmain package compatible with new testing.TestMain.
x/tools/go/ssa: generate testmain package compatible with new testing.TestMain
Nov 1, 2016
CL https://go-review.googlesource.com/c/32455/ changes the type of the testing.TestMain function in order to break a dependency. The ssa package will need to be updated to work with either the old or the new signature, and will need to be tested on Go 1.7 and Go 1.8.
The text was updated successfully, but these errors were encountered: