1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Fixed spelling.

This commit is contained in:
Sergey Prigogin 2008-11-03 00:43:10 +00:00
parent 51741f7f5e
commit e6644046f6

View file

@ -1374,7 +1374,7 @@ public class IndexCPPTemplateResolutionTest extends IndexBindingResolutionTestBa
// A<5> a5d;
// A<1> a1;
// }
public void testConstantPropogationFromHeader() throws Exception {
public void testConstantPropagationFromHeader() throws Exception {
ICPPClassType a5a= getBindingFromASTName("A<FIVE>", 7, ICPPClassType.class, ICPPSpecialization.class);
ICPPClassType a5b= getBindingFromASTName("A<CINQ>", 7, ICPPClassType.class, ICPPSpecialization.class);
ICPPClassType a5c= getBindingFromASTName("A<FUNF>", 7, ICPPClassType.class, ICPPSpecialization.class);