Chromium Code Reviews| Index: tools/gn/source_file.cc |
| diff --git a/tools/gn/source_file.cc b/tools/gn/source_file.cc |
| index 71d8592c1aac614b26b7c919283f369c83217624..820429552810497a6e9226265355eaada042f72e 100644 |
| --- a/tools/gn/source_file.cc |
| +++ b/tools/gn/source_file.cc |
| @@ -18,7 +18,7 @@ void AssertValueSourceFileString(const std::string& s) { |
| #else |
| DCHECK(s[0] == '/'); |
| #endif |
| - DCHECK(!EndsWithSlash(s)); |
| + DCHECK(!EndsWithSlash(s)) << s; |
| } |
| } // namespace |