| Index: test/cctest/test-api.cc
|
| diff --git a/test/cctest/test-api.cc b/test/cctest/test-api.cc
|
| index e5814d2522770bc9c5ff53dece917e0ab3ea3936..9e9e03a937910963966f923e4bad19aa7d30c2ce 100644
|
| --- a/test/cctest/test-api.cc
|
| +++ b/test/cctest/test-api.cc
|
| @@ -15332,9 +15332,6 @@ TEST(ExternalInternalizedStringCollectedAtTearDown) {
|
|
|
|
|
| TEST(ExternalInternalizedStringCollectedAtGC) {
|
| - // TODO(mvstanton): vector ics need weak support.
|
| - if (i::FLAG_vector_ics) return;
|
| -
|
| int destroyed = 0;
|
| { LocalContext env;
|
| v8::HandleScope handle_scope(env->GetIsolate());
|
|
|