Reflow long comment in test

This commit is contained in:
Kim Grasman 2019-10-24 21:43:45 +02:00
parent e9b04bcadd
commit 6c5d00886f
1 changed files with 2 additions and 1 deletions

View File

@ -302,7 +302,8 @@ class CompilationDBTests(unittest.TestCase):
canonical = iwyu_tool.fixup_compilation_db(compilation_db)
# Check that the file path is relative to the directory entry, not to the current directory.
# Check that the file path is relative to the directory entry,
# not to the current directory.
entry = canonical[0]
self.assertEqual('/home/user/foobar/Test.cpp', entry['file'])