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

Unified Diff: tools/gn/filesystem_utils_unittest.cc

Issue 775543003: Fix FilesystemUtils.SourceDirForPath after r306368 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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: tools/gn/filesystem_utils_unittest.cc
diff --git a/tools/gn/filesystem_utils_unittest.cc b/tools/gn/filesystem_utils_unittest.cc
index 6f58536668f05c75b9e5a891b491f5c7c127f55e..bbf33369507a08810d84346b2e35cf182c1bd4ee 100644
--- a/tools/gn/filesystem_utils_unittest.cc
+++ b/tools/gn/filesystem_utils_unittest.cc
@@ -416,7 +416,7 @@ TEST(FilesystemUtils, SourceDirForPath) {
// Empty source dir.
base::FilePath empty;
- EXPECT_EQ("/source/foo",
+ EXPECT_EQ("/source/foo/",
SourceDirForPath(empty, base::FilePath("/source/foo")).value());
#endif
}
« 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