Chromium Code Reviews| Index: test/cctest/test-api.cc |
| diff --git a/test/cctest/test-api.cc b/test/cctest/test-api.cc |
| index ffc865243f9383d8f6e9ea469f5e9daf7c722cde..12f846e9cb72842b6dbeff32ca947658324ea5a1 100644 |
| --- a/test/cctest/test-api.cc |
| +++ b/test/cctest/test-api.cc |
| @@ -22191,6 +22191,8 @@ TEST(EventLogging) { |
| TEST(Promises) { |
| + i::FLAG_harmony_promises = true; |
| + |
| LocalContext context; |
| v8::Isolate* isolate = context->GetIsolate(); |
| v8::HandleScope scope(isolate); |