Skip to content

Commit 484f258

Browse files
committed
[LLVM][PDB][Test] Fix build
Fix build after 127eb39
1 parent b907920 commit 484f258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/unittests/DebugInfo/PDB/PDBVariantTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ using TestTypes = testing::Types<bool, int8_t, uint8_t, int16_t, uint16_t,
3737

3838
} // namespace
3939

40-
TYPED_TEST_SUITE(PDBVariantIntegerTest, TestTypes);
40+
TYPED_TEST_SUITE(PDBVariantIntegerTest, TestTypes, );
4141

4242
TYPED_TEST(PDBVariantIntegerTest, ToAPSInt) {
4343
for (TypeParam IntegerValue : this->getTestIntegers()) {

0 commit comments

Comments
 (0)