Searched defs:testError (Results 1 – 5 of 5) sorted by relevance
39 testError = errors.New("fail") var
24 type testError struct{ error } argument
308 var testError = errors.New("testError") var
455 func testError(t *testing.T, src, pos, msg string, tok rune) { func
47 func testError(t *testing.T) { func