Home | History | Annotate | Download | only in tar

Lines Matching refs:tc

722 			for i, tc := range v.cases {
727 buf := make([]byte, tc.cnt)
731 if string(buf) != tc.output {
732 t.Fatalf("entry %d, ReadFull(): got %q, want %q", i, string(buf), tc.output)