diff --git a/mozilla/js/tests/ecma_3/Statements/regress-131348.js b/mozilla/js/tests/ecma_3/Statements/regress-131348.js index 995dd4bbfae..85c758cddcf 100644 --- a/mozilla/js/tests/ecma_3/Statements/regress-131348.js +++ b/mozilla/js/tests/ecma_3/Statements/regress-131348.js @@ -43,6 +43,9 @@ * * But SpiderMonkey has decided NOT to follow this; it's a bug in the spec. * See http://bugzilla.mozilla.org/show_bug.cgi?id=131348 +* +* Update: Rhino has also decided not to follow the spec on this +* See http://bugzilla.mozilla.org/show_bug.cgi?id=136893 */ //----------------------------------------------------------------------------- var UBound = 0; @@ -57,11 +60,6 @@ var actualvalues = []; var expect= ''; var expectedvalues = []; -/* - * As of 10 Apr 2002, we only want to run this test in SpiderMonkey - */ -if (inRhino()) - quit(); status = inSection(1);