| Index: test/cctest/test-api.cc
|
| diff --git a/test/cctest/test-api.cc b/test/cctest/test-api.cc
|
| index 2c02ceb916bba89275a758500a853379feaaa2aa..9d865c38f4da3e16148c6e96273f330f2d3d2a93 100644
|
| --- a/test/cctest/test-api.cc
|
| +++ b/test/cctest/test-api.cc
|
| @@ -2989,7 +2989,6 @@ THREADED_TEST(SymbolTemplateProperties) {
|
|
|
|
|
| THREADED_TEST(PrivatePropertiesOnProxies) {
|
| - i::FLAG_harmony_proxies = true;
|
| LocalContext env;
|
| v8::Isolate* isolate = env->GetIsolate();
|
| v8::HandleScope scope(isolate);
|
| @@ -24836,7 +24835,6 @@ TEST(ObjectTemplateIntrinsics) {
|
|
|
|
|
| TEST(Proxy) {
|
| - i::FLAG_harmony_proxies = true;
|
| LocalContext context;
|
| v8::Isolate* isolate = CcTest::isolate();
|
| v8::HandleScope scope(isolate);
|
|
|