Home | History | Annotate | Download | only in runner

Lines Matching full:errorstr

981 func translateExpectedError(errorStr string) string {
982 if translated, ok := shimConfig.ErrorMap[errorStr]; ok {
990 return errorStr