[Scummvm-cvs-logs] SF.net SVN: scummvm:[50656] tools/branches/gsoc2010-decompiler/decompiler/ test/cfg_test.h

pidgeot at users.sourceforge.net pidgeot at users.sourceforge.net
Sun Jul 4 23:58:56 CEST 2010


Revision: 50656
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50656&view=rev
Author:   pidgeot
Date:     2010-07-04 21:58:55 +0000 (Sun, 04 Jul 2010)

Log Message:
-----------
Add extra check to one of the CFG tests

Modified Paths:
--------------
    tools/branches/gsoc2010-decompiler/decompiler/test/cfg_test.h

Modified: tools/branches/gsoc2010-decompiler/decompiler/test/cfg_test.h
===================================================================
--- tools/branches/gsoc2010-decompiler/decompiler/test/cfg_test.h	2010-07-04 21:58:42 UTC (rev 50655)
+++ tools/branches/gsoc2010-decompiler/decompiler/test/cfg_test.h	2010-07-04 21:58:55 UTC (rev 50656)
@@ -246,6 +246,8 @@
 			Group *gr = GET(*it);
 			if (gr->_start->_address == 0x14)
 				TS_ASSERT(gr->_type == kContinue);
+			if (gr->_start->_address == 0x1a)
+				TS_ASSERT(gr->_type == kNormal);
 		}
 		delete c;
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list