Rhino has also decided to conform with SpiderMonkey on this test. Removing early return for Rhino.

This commit is contained in:
pschwartau%netscape.com 2002-07-14 22:23:52 +00:00
parent e5d04772a8
commit adaf7bd619

View File

@ -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);