| Index: ppapi/tests/test_instance_deprecated.cc
|
| diff --git a/ppapi/tests/test_instance_deprecated.cc b/ppapi/tests/test_instance_deprecated.cc
|
| index 74e929ad034751cf3bf2cbc70c82ed9081beb2ff..9ff1e7e7e58eb9f5604750b7e61050056f963a88 100644
|
| --- a/ppapi/tests/test_instance_deprecated.cc
|
| +++ b/ppapi/tests/test_instance_deprecated.cc
|
| @@ -118,5 +118,5 @@ std::string TestInstance::TestExecuteScript() {
|
| ASSERT_TRUE(ret.is_undefined());
|
| ASSERT_TRUE(exception.is_string()); // Don't know exactly what it will say.
|
|
|
| - return std::string();
|
| + PASS();
|
| }
|
|
|