diff options
Diffstat (limited to 'base/base_paths_linux.cc')
-rw-r--r-- | base/base_paths_linux.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/base_paths_linux.cc b/base/base_paths_linux.cc index 701b983..24f86b4 100644 --- a/base/base_paths_linux.cc +++ b/base/base_paths_linux.cc @@ -76,7 +76,7 @@ bool PathProviderPosix(int key, FilePath* result) { } } // On POSIX, unit tests execute two levels deep from the source root. - // For example: sconsbuild/{Debug|Release}/net_unittest + // For example: out/{Debug|Release}/net_unittest if (PathService::Get(base::DIR_EXE, &path)) { path = path.DirName().DirName(); if (file_util::PathExists(path.Append(kThisSourceFile))) { |