| Index: runtime/vm/exceptions_test.cc
 | 
| diff --git a/runtime/vm/exceptions_test.cc b/runtime/vm/exceptions_test.cc
 | 
| index 1901c58663d5cedee1cb9dd4ce50efd34ec2e98e..355bc01831b0859dd25dab95462be9f8ee3c8341 100644
 | 
| --- a/runtime/vm/exceptions_test.cc
 | 
| +++ b/runtime/vm/exceptions_test.cc
 | 
| @@ -79,7 +79,7 @@ static Dart_NativeFunction native_lookup(Dart_Handle name,
 | 
|                                           int argument_count,
 | 
|                                           bool* auto_setup_scope) {
 | 
|    ASSERT(auto_setup_scope != NULL);
 | 
| -  *auto_setup_scope = false;
 | 
| +  *auto_setup_scope = true;
 | 
|    const Object& obj = Object::Handle(Api::UnwrapHandle(name));
 | 
|    ASSERT(obj.IsString());
 | 
|    const char* function_name = obj.ToCString();
 | 
| 
 |