blob: fa9eb71b3e46788272c205ef189cdacc4fe5cb4d [file] [log] [blame]
// +build go1.7
package plist
import "testing"
func subtest(t *testing.T, name string, f func(t *testing.T)) {
t.Run(name, f)
}