diff --git a/mozilla/js/tests/rhino-n.tests b/mozilla/js/tests/rhino-n.tests index 581ed62ac6f..30423b57e32 100644 --- a/mozilla/js/tests/rhino-n.tests +++ b/mozilla/js/tests/rhino-n.tests @@ -24,3 +24,5 @@ lc3/JSObject/ToJSObject-001.js # getter and setters are non-ECMA and not implemented in Rhino. ecma_3/GetSet/getset-001.js ecma_3/GetSet/getset-002.js +# the const keyword is non-ECMA and not currently implemented in Rhino (2000-11-01) +js1_5/Scope/scope-001.js