CVSROOT: /sources/gnash
Module name: gnash
Changes by: Zou Lunkai <zoulunkai> 07/08/06 07:40:22
Modified files:
testsuite/actionscript.all: ops.as
Log message:
xcheck to check, forgot in last commit.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/ops.as?cvsroot=gnash&r1=1.11&r2=1.12
Patches:
Index: ops.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/ops.as,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- ops.as 6 Aug 2007 07:22:29 -0000 1.11
+++ ops.as 6 Aug 2007 07:40:22 -0000 1.12
@@ -20,7 +20,7 @@
* Test binary predicates (equal, less_then, greater_then, logical and
bitwise ops)
*/
-rcsid="$Id: ops.as,v 1.11 2007/08/06 07:22:29 zoulunkai Exp $";
+rcsid="$Id: ops.as,v 1.12 2007/08/06 07:40:22 zoulunkai Exp $";
#include "check.as"
@@ -387,7 +387,7 @@
x = 0xffffffff;
y = x << 16;
-xcheck_equals(Math.round(y), -65536);
+check_equals(Math.round(y), -65536);
x = 1.9;
y = x << 2;
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit