summaryrefslogtreecommitdiffstats
path: root/ppapi/tests/test_instance_deprecated.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/tests/test_instance_deprecated.cc')
-rw-r--r--ppapi/tests/test_instance_deprecated.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/tests/test_instance_deprecated.cc b/ppapi/tests/test_instance_deprecated.cc
index 74e929a..9ff1e7e 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();
}