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