| Index: test/mjsunit/regress/regress-5902.js
|
| diff --git a/test/mjsunit/regress/regress-5902.js b/test/mjsunit/regress/regress-5902.js
|
| index 73e62d66b4eb42c39bf20f30a113f9e0f7810b6c..034b6a7951bbccdebb2955fdc2ce6d72e139dc82 100644
|
| --- a/test/mjsunit/regress/regress-5902.js
|
| +++ b/test/mjsunit/regress/regress-5902.js
|
| @@ -55,7 +55,7 @@ Object.getOwnPropertyNames(global).forEach(function(name) {
|
| // Remove items as we fix them. See issue 5902.
|
| assertEquals(
|
| [
|
| - 'RegExp', 'RegExp.prototype.constructor', 'Error.prototype',
|
| + 'Error.prototype',
|
| 'EvalError.prototype', 'RangeError.prototype', 'ReferenceError.prototype',
|
| 'SyntaxError.prototype', 'TypeError.prototype', 'URIError.prototype',
|
| 'Map', 'Map.prototype.constructor', 'Set', 'Set.prototype.constructor'
|
|
|