Index: ppapi/tests/test_url_loader.cc |
diff --git a/ppapi/tests/test_url_loader.cc b/ppapi/tests/test_url_loader.cc |
index 7d4b3b2535cd9d5894e9e14855e38a3d7e18c77a..8b0dfc62f5b88ae26c18213e2e790513bf0d223f 100644 |
--- a/ppapi/tests/test_url_loader.cc |
+++ b/ppapi/tests/test_url_loader.cc |
@@ -242,7 +242,7 @@ std::string TestURLLoader::TestStreamToFile() { |
if (file_descriptor < 0) |
return "FileIO::GetOSFileDescriptor() returned a bad file descriptor."; |
- return ""; |
+ PASS(); |
} |
std::string TestURLLoader::TestSameOriginRestriction() { |
@@ -265,7 +265,7 @@ std::string TestURLLoader::TestSameOriginRestriction() { |
} |
} |
- return ""; |
+ PASS(); |
} |
// This test should cause a redirect and ensure that the loader runs |