mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fixed spelling.
This commit is contained in:
parent
51741f7f5e
commit
e6644046f6
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue