diff --git a/clang-tools-extra/unittests/clang-tidy/GlobListTest.cpp b/clang-tools-extra/unittests/clang-tidy/GlobListTest.cpp index 833ba78351d4c8..1e2780db0e7428 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 struct GlobListTest : public ::testing::Test {}; using GlobListTypes = ::testing::Types; -TYPED_TEST_SUITE(GlobListTest, GlobListTypes); +TYPED_TEST_SUITE(GlobListTest, GlobListTypes, ); TYPED_TEST(GlobListTest, Empty) { TypeParam Filter("");