[pypy-commit] lang-js default: 12.6.3-6-n

stepahn noreply at buildbot.pypy.org
Fri Dec 28 11:34:04 CET 2012


Author: Stephan <stephan at stzal.com>
Branch: 
Changeset: r224:3d234b6e6ca5
Date: 2012-05-23 15:25 +0200
http://bitbucket.org/pypy/lang-js/changeset/3d234b6e6ca5/

Log:	12.6.3-6-n

diff --git a/js/test/ecma/Statements/12.6.3-6-n.js b/js/test/ecma/Statements/12.6.3-6-n.js
--- a/js/test/ecma/Statements/12.6.3-6-n.js
+++ b/js/test/ecma/Statements/12.6.3-6-n.js
@@ -76,7 +76,7 @@
 var VERSION = "ECMA_1";
 startTest();
 var TITLE   = "The for..in statement";
-var error = err;
+var error;
 
 writeHeaderToLog( SECTION + " "+ TITLE);
 


More information about the pypy-commit mailing list