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

Renamed _testSpecializationSelection test case to include bug number.

This commit is contained in:
Sergey Prigogin 2008-04-29 05:29:14 +00:00
parent 7b194b46e6
commit 784d834751

View file

@ -2275,7 +2275,7 @@ public class AST2TemplateTests extends AST2BaseTest {
// }; // };
// //
// void main(Iter<int*>::iter_reference r); // void main(Iter<int*>::iter_reference r);
public void _testSpecializationSelection() throws Exception { public void _testSpecializationSelection_229218() throws Exception {
IASTTranslationUnit tu = parse(getAboveComment(), ParserLanguage.CPP, true, true); IASTTranslationUnit tu = parse(getAboveComment(), ParserLanguage.CPP, true, true);
CPPNameCollector col = new CPPNameCollector(); CPPNameCollector col = new CPPNameCollector();
tu.accept(col); tu.accept(col);