Example #1
0
File: try.go Project: arv/noms-old
func IsUsageError(a *assert.Assertions, f func()) {
	e := Try(f)
	a.IsType(UsageError{}, e)
}