Home | History | Annotate | Download | only in big

Lines Matching full:minprec

162 		if got := x.MinPrec(); got != test.want {
163 t.Errorf("%s.MinPrec() = %d; want %d", test.x, got, test.want)