| Index: test/cctest/test-api.cc
|
| diff --git a/test/cctest/test-api.cc b/test/cctest/test-api.cc
|
| index dccfbd05f043964569c0582cdbd481b74a90acce..d2dce9a48cf4d26e2f4e6dd0fc7aa7b1f7889e0d 100644
|
| --- a/test/cctest/test-api.cc
|
| +++ b/test/cctest/test-api.cc
|
| @@ -21720,7 +21720,7 @@ TEST(AccessCheckThrows) {
|
| CheckCorrectThrow("has_own_property(other, 'x')");
|
| CheckCorrectThrow("%GetProperty(other, 'x')");
|
| CheckCorrectThrow("%SetProperty(other, 'x', 'foo', 0)");
|
| - CheckCorrectThrow("%IgnoreAttributesAndSetProperty(other, 'x', 'foo')");
|
| + CheckCorrectThrow("%DefineProperty(other, 'x', 'foo', 1)");
|
| CheckCorrectThrow("%DeleteProperty(other, 'x', 0)");
|
| CheckCorrectThrow("%DeleteProperty(other, '1', 0)");
|
| CheckCorrectThrow("%HasOwnProperty(other, 'x')");
|
|
|