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:
parent
7b194b46e6
commit
784d834751
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue