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

Unified Diff: gpu/gles2_conform_support/gles2_conform_test.cc

Issue 500133005: Fix broken path in GLES2 CTS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/gles2_conform_support/gles2_conform_test.cc
diff --git a/gpu/gles2_conform_support/gles2_conform_test.cc b/gpu/gles2_conform_support/gles2_conform_test.cc
index 1948eab9c9d6b9c25c6d9e7e45c428682a15318c..1bfac909c0b30a8147d7c5945263e2a6c74f6b05 100644
--- a/gpu/gles2_conform_support/gles2_conform_test.cc
+++ b/gpu/gles2_conform_support/gles2_conform_test.cc
@@ -64,7 +64,7 @@ bool RunGLES2ConformTest(const char* path) {
"gles2_conform_test_windowless")));
CommandLine cmdline(program);
- cmdline.AppendSwitch(std::string("-run=") + path);
+ cmdline.AppendArg(std::string("-run=") + path);
std::string output;
bool success = base::GetAppOutput(cmdline, &output);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698