[LLVM][PDB][Test] Fix the build (#131984)

Hello! Sorry, it seems I broke the build in
https://github.com/llvm/llvm-project/pull/131598
Build:
https://lab.llvm.org/buildbot/#/builders/145/builds/5745

This is a compilation fix, please take a look.
This commit is contained in:
Aleksandr Korepanov
2025-03-19 13:11:15 +01:00
committed by GitHub
parent 6c773a8701
commit 3adf2b00ae

View File

@@ -37,7 +37,7 @@ using TestTypes = testing::Types<bool, int8_t, uint8_t, int16_t, uint16_t,
} // namespace
TYPED_TEST_SUITE(PDBVariantIntegerTest, TestTypes);
TYPED_TEST_SUITE(PDBVariantIntegerTest, TestTypes, );
TYPED_TEST(PDBVariantIntegerTest, ToAPSInt) {
for (TypeParam IntegerValue : this->getTestIntegers()) {