Commit b6948ce7 authored by Robert Griesemer's avatar Robert Griesemer

cmd/compile: temporarily disable Formats test

So we can submit a sequence of older changes that don't yet
update the formats in this file. We will then re-enable the
test with the updated formats.

Change-Id: I6ed559b83adc891bbf4b3d855a7dc1e428366f7f
Reviewed-on: https://go-review.googlesource.com/28776Reviewed-by: 's avatarMatthew Dempsky <mdempsky@google.com>
parent 141f1a0e
......@@ -66,6 +66,8 @@ type CallSite struct {
}
func TestFormats(t *testing.T) {
return // temporarily disabled
testenv.MustHaveGoBuild(t) // more restrictive than necessary, but that's ok
// determine .go files
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment