From: Baptiste L. <gai...@fr...> - 2002-12-18 08:07:45
|
You'll will find comment in those tests. Taking them out should fix the failure. Though, concerning "IdentifierResolverTest::testForScope", you will also need to update IdentifierResolver::visitForIterationDeclaration() to ensure the 3 properties (declaration, condition, next step) are visited in the correct order. Baptiste. ----- Original Message ----- From: "Andre Baresel" <and...@gm...> To: "CppTool Mailing List" <Cpp...@li...> Sent: Tuesday, December 17, 2002 5:34 PM Subject: [Cpptool-develop] Parsing of for-condition ... > the things are now compilable. However no parser tests are written, and the > "IdentifierResolverTest::testForScope" > "IdentifierVisitorTest::testForIdentifiers" > do fail. > > -- Andre |