Index: test/cctest/test-unscopables-hidden-prototype.cc |
diff --git a/test/cctest/test-unscopables-hidden-prototype.cc b/test/cctest/test-unscopables-hidden-prototype.cc |
index aef2ccf288c960de04c3a38687e451952f3e5ad2..8d4efd6266370197629997ef63166b9b37db8a7f 100644 |
--- a/test/cctest/test-unscopables-hidden-prototype.cc |
+++ b/test/cctest/test-unscopables-hidden-prototype.cc |
@@ -20,6 +20,8 @@ static void Cleanup() { |
TEST(Unscopables) { |
+ i::FLAG_harmony_unscopables = true; |
+ |
LocalContext context; |
v8::Isolate* isolate = context->GetIsolate(); |
v8::HandleScope handle_scope(isolate); |