| Index: test/cctest/test-accessors.cc
 | 
| ===================================================================
 | 
| --- test/cctest/test-accessors.cc	(revision 15486)
 | 
| +++ test/cctest/test-accessors.cc	(working copy)
 | 
| @@ -258,6 +258,7 @@
 | 
|    info.GetReturnValue().Set(17);
 | 
|  }
 | 
|  
 | 
| +
 | 
|  THREADED_TEST(DirectCall) {
 | 
|    LocalContext context;
 | 
|    v8::HandleScope scope(context->GetIsolate());
 | 
| @@ -284,6 +285,7 @@
 | 
|    info.GetReturnValue().Set(v8::Handle<v8::Value>());
 | 
|  }
 | 
|  
 | 
| +
 | 
|  THREADED_TEST(EmptyResult) {
 | 
|    LocalContext context;
 | 
|    v8::HandleScope scope(context->GetIsolate());
 | 
| 
 |