summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Galvez <carlosgalvezp@gmail.com>2022-12-12 14:42:06 +0000
committerCarlos Galvez <carlosgalvezp@gmail.com>2022-12-12 14:49:09 +0000
commitdabda23f1991f7c4e5a840ee6cf1290e18fa2e88 (patch)
tree24abbcc1bc413e55f4678336f054f03cf3088298 /clang-tools-extra/unittests
parentRecommit "[AArch64] Select SMULL for zero extended vectors when top bit is zero" (diff)
downloadllvm-project-dabda23f1991f7c4e5a840ee6cf1290e18fa2e88.tar.gz
llvm-project-dabda23f1991f7c4e5a840ee6cf1290e18fa2e88.tar.bz2
llvm-project-dabda23f1991f7c4e5a840ee6cf1290e18fa2e88.zip
[clang-tidy][NFC] Fix compiler warning in GlobListTest.cpp
Diffstat (limited to 'clang-tools-extra/unittests')
-rw-r--r--clang-tools-extra/unittests/clang-tidy/GlobListTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/unittests/clang-tidy/GlobListTest.cpp b/clang-tools-extra/unittests/clang-tidy/GlobListTest.cpp
index 833ba78351d4..1e2780db0e74 100644
--- a/clang-tools-extra/unittests/clang-tidy/GlobListTest.cpp
+++ b/clang-tools-extra/unittests/clang-tidy/GlobListTest.cpp
@@ -7,7 +7,7 @@ namespace tidy {
template <typename GlobListT> struct GlobListTest : public ::testing::Test {};
using GlobListTypes = ::testing::Types<GlobList, CachedGlobList>;
-TYPED_TEST_SUITE(GlobListTest, GlobListTypes);
+TYPED_TEST_SUITE(GlobListTest, GlobListTypes, );
TYPED_TEST(GlobListTest, Empty) {
TypeParam Filter("");