1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2013-05-24 11:22:08 -07:00
parent 0a02f04daa
commit 6361c8c402

View file

@ -609,7 +609,7 @@ public class IndexCPPTemplateResolutionTest extends IndexBindingResolutionTestBa
spBindings.add(((ICPPClassTemplatePartialSpecialization) b2).getPrimaryClassTemplate());
for (int i= 0; i < spBindings.size(); i++) {
for(int j= 0; j < spBindings.size(); j++) {
for (int j= 0; j < spBindings.size(); j++) {
IType ty1= (IType) spBindings.get(i);
IType ty2= (IType) spBindings.get(j);
assertTrue(ty1.isSameType(ty2));