1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-13 19:25:38 +02:00

Bug 408314. Fixed a broken test.

This commit is contained in:
Sergey Prigogin 2013-05-24 12:37:02 -07:00
parent 6361c8c402
commit 7d038752af

View file

@ -7660,6 +7660,7 @@ public class AST2TemplateTests extends AST2TestBase {
// p->a = 0; // p->a = 0;
// } // }
public void testPseudoRecursiveTypedef_408314() throws Exception { public void testPseudoRecursiveTypedef_408314() throws Exception {
CPPASTNameBase.sAllowRecursionBindings = true;
parseAndCheckBindings(); parseAndCheckBindings();
} }