Home | History | Annotate | Download | only in reflect

Lines Matching refs:tc

392 			for _, tc := range tt.cases {
394 for _, i := range tc.index {
400 if got := f.CanSet(); got != tc.canSet {
401 t.Errorf("CanSet() = %v, want %v", got, tc.canSet)