Lines Matching refs:Errorf
120 t.Errorf("test case: %v, %v -> %v", testCase.in, testCase.at, testCase.with)
121 t.Errorf("incorrect output:")
122 t.Errorf(" expected: %v", testCase.out)
123 t.Errorf(" got: %v", got)
126 t.Errorf("test case: %v, %v -> %v", testCase.in, testCase.at, testCase.with)
127 t.Errorf("incorrect index:")
128 t.Errorf(" expected: %d", testCase.outAt)
129 t.Errorf(" got: %d", gotAt)
132 t.Errorf("test case: %v, %v -> %v", testCase.in, testCase.at, testCase.with)
137 t.Errorf(" expected to%s reallocate", not)