| 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
|
| }
|
|
|