blob: 76d32cd5618dc9a330cee3e876f934ce9039e507 [file] [log] [blame]
// +build !good
package tags_test
import "testing"
func Test(t *testing.T) {
t.Fail()
}