diff options
Diffstat (limited to 'clang-tools-extra/unittests/clang-apply-replacements/ApplyReplacementsTest.cpp')
-rw-r--r-- | clang-tools-extra/unittests/clang-apply-replacements/ApplyReplacementsTest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang-tools-extra/unittests/clang-apply-replacements/ApplyReplacementsTest.cpp b/clang-tools-extra/unittests/clang-apply-replacements/ApplyReplacementsTest.cpp index c532a37a541..0a2a6779c34 100644 --- a/clang-tools-extra/unittests/clang-apply-replacements/ApplyReplacementsTest.cpp +++ b/clang-tools-extra/unittests/clang-apply-replacements/ApplyReplacementsTest.cpp @@ -26,7 +26,6 @@ makeTUDiagnostics(const std::string &MainSourceFile, StringRef DiagnosticName, TUs.push_back({MainSourceFile, {{DiagnosticName, Message, - Replacements, {}, Diagnostic::Warning, BuildDirectory}}}); |