summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Grasman <kim.grasman@gmail.com>2019-10-24 21:43:45 +0200
committerKim Grasman <kim.grasman@gmail.com>2019-10-24 21:43:45 +0200
commit6c5d00886f1edfdc9d27bff585e08af986763c3a (patch)
tree7dfbbf2e61dfafdb192f085eccbd8b1a6c1b07b6
parente9b04bcaddbf091ff68f7a480ca7a1b890b353ba (diff)
Reflow long comment in test
-rwxr-xr-xiwyu_tool_test.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/iwyu_tool_test.py b/iwyu_tool_test.py
index 5979925..4c9321b 100755
--- a/iwyu_tool_test.py
+++ b/iwyu_tool_test.py
@@ -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'])