1
0
Fork 0
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:
Markus Schorn 2008-07-25 12:53:07 +00:00
parent 91778c287b
commit 8755869f67

View file

@ -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);