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

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


Author: Stephan <stephan at stzal.com>
Branch: 
Changeset: r226:0984fdb563d7
Date: 2012-05-23 15:31 +0200
http://bitbucket.org/pypy/lang-js/changeset/0984fdb563d7/

Log:	12.6.3-8-n

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


More information about the pypy-commit mailing list