From: <net...@us...> - 2003-04-26 10:51:01
|
Update of /cvsroot/cpptool/rfta/src/rftaparser In directory sc8-pr-cvs1:/tmp/cvs-serv20636/src/rftaparser Modified Files: ParserTesting.h Log Message: -- bug fix (missing comma) Index: ParserTesting.h =================================================================== RCS file: /cvsroot/cpptool/rfta/src/rftaparser/ParserTesting.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ParserTesting.h 27 Oct 2002 16:59:36 -0000 1.3 --- ParserTesting.h 26 Apr 2003 10:50:58 -0000 1.4 *************** *** 209,213 **** #define RFTA_ASSERT_NODE_TYPE( node, type ) \ ! Refactoring::Testing::checkASTNodeType( node, type \ CPPUNIT_SOURCELINE(), \ #node ) --- 209,213 ---- #define RFTA_ASSERT_NODE_TYPE( node, type ) \ ! Refactoring::Testing::checkASTNodeType( node, type, \ CPPUNIT_SOURCELINE(), \ #node ) |