| Index: test/cctest/test-api.cc
|
| diff --git a/test/cctest/test-api.cc b/test/cctest/test-api.cc
|
| index c8b8900e62fac25625e6893a91d51449801f3db8..f7a9f571b592d679812832d824a6a48a3eed6d2b 100644
|
| --- a/test/cctest/test-api.cc
|
| +++ b/test/cctest/test-api.cc
|
| @@ -2737,8 +2737,6 @@ THREADED_TEST(GlobalProxyIdentityHash) {
|
|
|
|
|
| THREADED_TEST(SymbolProperties) {
|
| - i::FLAG_harmony_symbols = true;
|
| -
|
| LocalContext env;
|
| v8::Isolate* isolate = env->GetIsolate();
|
| v8::HandleScope scope(isolate);
|
| @@ -2887,8 +2885,6 @@ THREADED_TEST(PrivateProperties) {
|
|
|
|
|
| THREADED_TEST(GlobalSymbols) {
|
| - i::FLAG_harmony_symbols = true;
|
| -
|
| LocalContext env;
|
| v8::Isolate* isolate = env->GetIsolate();
|
| v8::HandleScope scope(isolate);
|
| @@ -21395,7 +21391,6 @@ THREADED_TEST(Regress157124) {
|
|
|
| THREADED_TEST(Regress2535) {
|
| i::FLAG_harmony_collections = true;
|
| - i::FLAG_harmony_symbols = true;
|
| LocalContext context;
|
| v8::HandleScope scope(context->GetIsolate());
|
| Local<Value> set_value = CompileRun("new Set();");
|
|
|