diff options
Diffstat (limited to 'clang-tools-extra/unittests/clangd/TestTU.h')
| -rw-r--r-- | clang-tools-extra/unittests/clangd/TestTU.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/unittests/clangd/TestTU.h b/clang-tools-extra/unittests/clangd/TestTU.h index f89a7f307ac..5181d409780 100644 --- a/clang-tools-extra/unittests/clangd/TestTU.h +++ b/clang-tools-extra/unittests/clangd/TestTU.h @@ -40,7 +40,7 @@ struct TestTU { std::string Code; std::string Filename = "TestTU.cpp"; - // Define contents of a header to be included by TestTU.cpp. + // Define contents of a header which will be implicitly included by Code. std::string HeaderCode; std::string HeaderFilename = "TestTU.h"; |

