| Index: test/cctest/test-api.cc
|
| diff --git a/test/cctest/test-api.cc b/test/cctest/test-api.cc
|
| index 9762ae25ab5d32a21e3d36a38622277f09822aa7..45607670621c8192b78d19ffc7b0c08c005cc56d 100644
|
| --- a/test/cctest/test-api.cc
|
| +++ b/test/cctest/test-api.cc
|
| @@ -22393,7 +22393,7 @@ TEST(AccessCheckThrows) {
|
| CheckCorrectThrow("%DeleteProperty_Strict(other, '1')");
|
| CheckCorrectThrow("Object.prototype.hasOwnProperty.call(other, 'x')");
|
| CheckCorrectThrow("%HasProperty('x', other)");
|
| - CheckCorrectThrow("%PropertyIsEnumerable(other, 'x')");
|
| + CheckCorrectThrow("Object.prototype.propertyIsEnumerable(other, 'x')");
|
| // PROPERTY_ATTRIBUTES_NONE = 0
|
| CheckCorrectThrow("%DefineAccessorPropertyUnchecked("
|
| "other, 'x', null, null, 1)");
|
|
|