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

pidgeot at users.sourceforge.net pidgeot at users.sourceforge.net
Sat Jul 3 23:41:08 CEST 2010


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

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

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

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

Modified: tools/branches/gsoc2010-decompiler/decompiler/test/continue-do-while.txt
===================================================================
--- tools/branches/gsoc2010-decompiler/decompiler/test/continue-do-while.txt	2010-07-03 21:14:44 UTC (rev 50633)
+++ tools/branches/gsoc2010-decompiler/decompiler/test/continue-do-while.txt	2010-07-03 21:41:08 UTC (rev 50634)
@@ -3,9 +3,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