Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10273)

Unified Diff: chrome/test/ppapi/ppapi_test.cc

Issue 12193015: PPAPI/NaCl: Make related tests run in 1 fixture (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: pre-review cleanup Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/ppapi/ppapi_test.cc
diff --git a/chrome/test/ppapi/ppapi_test.cc b/chrome/test/ppapi/ppapi_test.cc
index 198510d7fe38dce90ef5c9bb3b371734933d84eb..adf93a0e91350f3279e88f87ef2279dd03473cd8 100644
--- a/chrome/test/ppapi/ppapi_test.cc
+++ b/chrome/test/ppapi/ppapi_test.cc
@@ -322,14 +322,14 @@ void PPAPINaClTest::SetUpCommandLine(CommandLine* command_line) {
// Append the correct mode and testcase string
std::string PPAPINaClNewlibTest::BuildQuery(const std::string& base,
- const std::string& test_case) {
+ const std::string& test_case) {
return StringPrintf("%smode=nacl_newlib&testcase=%s", base.c_str(),
test_case.c_str());
}
// Append the correct mode and testcase string
std::string PPAPINaClGLibcTest::BuildQuery(const std::string& base,
- const std::string& test_case) {
+ const std::string& test_case) {
return StringPrintf("%smode=nacl_glibc&testcase=%s", base.c_str(),
test_case.c_str());
}

Powered by Google App Engine
This is Rietveld 408576698