gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/testsuite/actionscript.all Date.as


From: Sandro Santilli
Subject: [Gnash-commit] gnash/testsuite/actionscript.all Date.as
Date: Wed, 18 Apr 2007 15:03:06 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/04/18 15:03:06

Modified files:
        testsuite/actionscript.all: Date.as 

Log message:
        typo fixed

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/actionscript.all/Date.as?cvsroot=gnash&r1=1.21&r2=1.22

Patches:
Index: Date.as
===================================================================
RCS file: /sources/gnash/gnash/testsuite/actionscript.all/Date.as,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- Date.as     18 Apr 2007 13:47:24 -0000      1.21
+++ Date.as     18 Apr 2007 15:03:06 -0000      1.22
@@ -1,4 +1,4 @@
-/N/ 
+// 
 //   Copyright (C) 2005, 2006 Free Software Foundation, Inc.
 //
 // This program is free software; you can redistribute it and/or modify
@@ -20,7 +20,7 @@
 // compile this test case with Ming makeswf, and then
 // execute it like this gnash -1 -r 0 -v out.swf
 
-rcsid="$Id: Date.as,v 1.21 2007/04/18 13:47:24 martinwguy Exp $";
+rcsid="$Id: Date.as,v 1.22 2007/04/18 15:03:06 strk Exp $";
 
 #include "check.as"
 
@@ -119,7 +119,7 @@
 check_equals (d.tostring, undefined);
 check_equals (Date.utc, undefined);
 
-#endif
+#endif // OUTPUT_VERSION > 6
 
 // Some values we will use to test things
     var zero = 0.0;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]