Index: test/cctest/test-strings.cc |
diff --git a/test/cctest/test-strings.cc b/test/cctest/test-strings.cc |
index ce60b954951f25afd25621fef785a88a597f438f..6e0ee04a9c52b114abca3d3e008e2ba2b1856764 100644 |
--- a/test/cctest/test-strings.cc |
+++ b/test/cctest/test-strings.cc |
@@ -642,6 +642,7 @@ static inline void PrintStats(const ConsStringGenerationData& data) { |
template<typename BuildString> |
void TestStringCharacterStream(BuildString build, int test_cases) { |
+ FLAG_gc_global = true; |
CcTest::InitializeVM(); |
Isolate* isolate = CcTest::i_isolate(); |
HandleScope outer_scope(isolate); |