mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
Cosmetics.
This commit is contained in:
parent
0a02f04daa
commit
6361c8c402
1 changed files with 1 additions and 1 deletions
|
@ -609,7 +609,7 @@ public class IndexCPPTemplateResolutionTest extends IndexBindingResolutionTestBa
|
||||||
spBindings.add(((ICPPClassTemplatePartialSpecialization) b2).getPrimaryClassTemplate());
|
spBindings.add(((ICPPClassTemplatePartialSpecialization) b2).getPrimaryClassTemplate());
|
||||||
|
|
||||||
for (int i= 0; i < spBindings.size(); i++) {
|
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 ty1= (IType) spBindings.get(i);
|
||||||
IType ty2= (IType) spBindings.get(j);
|
IType ty2= (IType) spBindings.get(j);
|
||||||
assertTrue(ty1.isSameType(ty2));
|
assertTrue(ty1.isSameType(ty2));
|
||||||
|
|
Loading…
Add table
Reference in a new issue