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

pidgeot at users.sourceforge.net pidgeot at users.sourceforge.net
Sat Jul 3 23:05:52 CEST 2010


Revision: 50631
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50631&view=rev
Author:   pidgeot
Date:     2010-07-03 21:05:51 +0000 (Sat, 03 Jul 2010)

Log Message:
-----------
Fix incorrect test script

Modified Paths:
--------------
    tools/branches/gsoc2010-decompiler/decompiler/test/continue-do-while2.dmp
    tools/branches/gsoc2010-decompiler/decompiler/test/continue-do-while2.txt

Modified: tools/branches/gsoc2010-decompiler/decompiler/test/continue-do-while2.dmp
===================================================================
(Binary files differ)

Modified: tools/branches/gsoc2010-decompiler/decompiler/test/continue-do-while2.txt
===================================================================
--- tools/branches/gsoc2010-decompiler/decompiler/test/continue-do-while2.txt	2010-07-03 19:56:24 UTC (rev 50630)
+++ tools/branches/gsoc2010-decompiler/decompiler/test/continue-do-while2.txt	2010-07-03 21:05:51 UTC (rev 50631)
@@ -4,9 +4,10 @@
 pushWordVar 321
 eq
 jumpTrue postContinue
-jump do
+jump while
 postContinue:
 wordVarInc 123
+while:
 pushWord 42
 pushWordVar 123
 eq


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