Update of /cvsroot/cpptool/rfta/src/rftaparser
In directory sc8-pr-cvs1:/tmp/cvs-serv27166/rfta/src/rftaparser
Modified Files:
DeclarationListParserTest.cpp
Log Message:
-- code cleanup
Index: DeclarationListParserTest.cpp
===================================================================
RCS file: /cvsroot/cpptool/rfta/src/rftaparser/DeclarationListParserTest.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** DeclarationListParserTest.cpp 12 Apr 2003 19:08:40 -0000 1.1
--- DeclarationListParserTest.cpp 14 Apr 2003 19:32:54 -0000 1.2
***************
*** 48,54 ****
"if ( e == a ) return true;"
"return false;"
! "} int x;");
int startIndex = 2;
int endIndex = source.length()-7;
SourceASTNodePtr sourceAST = RFTA_ASSERT_PARSER_PASS( DeclarationListParser,
source,
--- 48,57 ----
"if ( e == a ) return true;"
"return false;"
! "} "
! "int x;");
!
int startIndex = 2;
int endIndex = source.length()-7;
+
SourceASTNodePtr sourceAST = RFTA_ASSERT_PARSER_PASS( DeclarationListParser,
source,
|