We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c773a8 commit 3adf2b0Copy full SHA for 3adf2b0
llvm/unittests/DebugInfo/PDB/PDBVariantTest.cpp
@@ -37,7 +37,7 @@ using TestTypes = testing::Types<bool, int8_t, uint8_t, int16_t, uint16_t,
37
38
} // namespace
39
40
-TYPED_TEST_SUITE(PDBVariantIntegerTest, TestTypes);
+TYPED_TEST_SUITE(PDBVariantIntegerTest, TestTypes, );
41
42
TYPED_TEST(PDBVariantIntegerTest, ToAPSInt) {
43
for (TypeParam IntegerValue : this->getTestIntegers()) {
0 commit comments