aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests
diff options
context:
space:
mode:
Diffstat (limited to 'clang/unittests')
-rw-r--r--clang/unittests/Basic/SarifTest.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/clang/unittests/Basic/SarifTest.cpp b/clang/unittests/Basic/SarifTest.cpp
index 123be8e..05221c8 100644
--- a/clang/unittests/Basic/SarifTest.cpp
+++ b/clang/unittests/Basic/SarifTest.cpp
@@ -20,9 +20,7 @@
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/VirtualFileSystem.h"
#include "llvm/Support/raw_ostream.h"
-#include "gmock/gmock-matchers.h"
-#include "gtest/gtest-death-test.h"
-#include "gtest/gtest-matchers.h"
+#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include <algorithm>