1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2009-04-19 05:38:39 +00:00
parent 8b1fb78bf1
commit c2b2171a7e

View file

@ -3996,7 +3996,7 @@ public class AST2TemplateTests extends AST2BaseTest {
// }
public void testTemplateConversionOperator_271948_1() throws Exception {
final String code = getAboveComment();
parseAndCheckBindings(code, ParserLanguage.CPP);
parseAndCheckBindings(code, ParserLanguage.CPP);
}
// template <typename T>
@ -4016,6 +4016,6 @@ public class AST2TemplateTests extends AST2BaseTest {
// }
public void testTemplateConversionOperator_271948_2() throws Exception {
final String code = getAboveComment();
parseAndCheckBindings(code, ParserLanguage.CPP);
parseAndCheckBindings(code, ParserLanguage.CPP);
}
}