Index: test/cctest/test-api.cc |
diff --git a/test/cctest/test-api.cc b/test/cctest/test-api.cc |
index 9e8302bb786c53f5c294a192a7a2605af04cc5b3..3e307175cc334879794cfed4a39a8e845e40d3a6 100644 |
--- a/test/cctest/test-api.cc |
+++ b/test/cctest/test-api.cc |
@@ -22248,6 +22248,8 @@ TEST(EventLogging) { |
TEST(Promises) { |
+ i::FLAG_harmony_promises = true; |
+ |
LocalContext context; |
v8::Isolate* isolate = context->GetIsolate(); |
v8::HandleScope scope(isolate); |