| Index: test/cctest/test-api.cc
|
| diff --git a/test/cctest/test-api.cc b/test/cctest/test-api.cc
|
| index 3a80397e7db4e4934f65e9a3122fff5c2ea84c26..c1b5ecec0acdcdc5f6f54de3b8c055744f4ae572 100644
|
| --- a/test/cctest/test-api.cc
|
| +++ b/test/cctest/test-api.cc
|
| @@ -19303,8 +19303,7 @@ TEST(AccessCheckThrows) {
|
| CheckCorrectThrow("%DeleteProperty_Sloppy(other, '1')");
|
| CheckCorrectThrow("%DeleteProperty_Strict(other, '1')");
|
| CheckCorrectThrow("%HasOwnProperty(other, 'x')");
|
| - CheckCorrectThrow("%HasProperty(other, 'x')");
|
| - CheckCorrectThrow("%HasElement(other, 1)");
|
| + CheckCorrectThrow("%HasProperty('x', other)");
|
| CheckCorrectThrow("%IsPropertyEnumerable(other, 'x')");
|
| // PROPERTY_ATTRIBUTES_NONE = 0
|
| CheckCorrectThrow("%DefineAccessorPropertyUnchecked("
|
|
|