summaryrefslogtreecommitdiffstats
path: root/base/process_util_unittest.cc
diff options
context:
space:
mode:
authorbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-23 03:18:19 +0000
committerbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-23 03:18:19 +0000
commitc4ecdcf9dca8e16a46f327318b1994f19ca3dbef (patch)
tree7cd42bf61fe4265ed0d5ca2e2a5da405917753ac /base/process_util_unittest.cc
parent99d228b720af4d2f7f9e1a9afec5d45c9b97e89a (diff)
downloadchromium_src-c4ecdcf9dca8e16a46f327318b1994f19ca3dbef.zip
chromium_src-c4ecdcf9dca8e16a46f327318b1994f19ca3dbef.tar.gz
chromium_src-c4ecdcf9dca8e16a46f327318b1994f19ca3dbef.tar.bz2
Reconstructing 67000.
(python24 -> python26). Regression in nacl fixed, new DEPS change. BUG=None TEST=NOne Review URL: http://codereview.chromium.org/5310001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67057 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/process_util_unittest.cc')
-rw-r--r--base/process_util_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/process_util_unittest.cc b/base/process_util_unittest.cc
index e92459c..34c444c 100644
--- a/base/process_util_unittest.cc
+++ b/base/process_util_unittest.cc
@@ -203,7 +203,7 @@ TEST_F(ProcessUtilTest, GetAppOutput) {
FilePath python_runtime;
ASSERT_TRUE(PathService::Get(base::DIR_SOURCE_ROOT, &python_runtime));
python_runtime = python_runtime.Append(FILE_PATH_LITERAL("third_party"))
- .Append(FILE_PATH_LITERAL("python_24"))
+ .Append(FILE_PATH_LITERAL("python_26"))
.Append(FILE_PATH_LITERAL("python.exe"));
CommandLine cmd_line(python_runtime);