diff options
-rw-r--r-- | deps/v8/test/cctest/test-api.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/deps/v8/test/cctest/test-api.cc b/deps/v8/test/cctest/test-api.cc index bcd28bd67..728a8f7b4 100644 --- a/deps/v8/test/cctest/test-api.cc +++ b/deps/v8/test/cctest/test-api.cc @@ -17707,17 +17707,6 @@ THREADED_TEST(Regress157124) { } -THREADED_TEST(Regress260106) { - LocalContext context; - v8::HandleScope scope(context->GetIsolate()); - Local<FunctionTemplate> templ = FunctionTemplate::New(DummyCallHandler); - CompileRun("for (var i = 0; i < 128; i++) Object.prototype[i] = 0;"); - Local<Function> function = templ->GetFunction(); - CHECK(!function.IsEmpty()); - CHECK(function->IsFunction()); -} - - #ifndef WIN32 class ThreadInterruptTest { public: |