Skip to content

Commit 3adf2b0

Browse files
authored
[LLVM][PDB][Test] Fix the build (#131984)
Hello! Sorry, it seems I broke the build in #131598 Build: https://lab.llvm.org/buildbot/#/builders/145/builds/5745 This is a compilation fix, please take a look.
1 parent 6c773a8 commit 3adf2b0

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)