mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 08:55:25 +02:00
Mark test for bug 236197 as passing.
This commit is contained in:
parent
91778c287b
commit
8755869f67
1 changed files with 1 additions and 1 deletions
|
@ -2380,7 +2380,7 @@ public class AST2TemplateTests extends AST2BaseTest {
|
|||
// };
|
||||
//
|
||||
// void f(map<int>::value_type r) {}
|
||||
public void _testRebindPattern_236197() throws Exception {
|
||||
public void testRebindPattern_236197() throws Exception {
|
||||
IASTTranslationUnit tu = parse(getAboveComment(), ParserLanguage.CPP, true, true);
|
||||
CPPNameCollector col = new CPPNameCollector();
|
||||
tu.accept(col);
|
||||
|
|
Loading…
Add table
Reference in a new issue