Author: Stephan <[email protected]> Branch: Changeset: r227:acfcc1d12b29 Date: 2012-05-23 15:32 +0200 http://bitbucket.org/pypy/lang-js/changeset/acfcc1d12b29/
Log: 12.6.3-9-n diff --git a/js/test/ecma/Statements/12.6.3-9-n.js b/js/test/ecma/Statements/12.6.3-9-n.js --- a/js/test/ecma/Statements/12.6.3-9-n.js +++ b/js/test/ecma/Statements/12.6.3-9-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); _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
