go/src/time/tzdata_test.go

var zones

func TestEmbeddedTZData(t *testing.T) {}

// equal is a small version of reflect.DeepEqual that we use to
// compare the values of zoneinfo unexported fields.
func equal(t *testing.T, f1, f2 reflect.Value) bool {}