File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -181,11 +181,12 @@ class LibcFcntlCommonLockTests : public LlvmLibcFcntlTest {
181181 using NAME = LibcFcntlCommonLockTests<GETLK, SETLK>; \
182182 TEST_F (NAME, GetLkRead) { GetLkRead (); } \
183183 TEST_F (NAME, GetLkWrite) { GetLkWrite (); } \
184- TEST_F (NAME, UseAfterClose) { UseAfterClose (); }
184+ TEST_F (NAME, UseAfterClose) { UseAfterClose (); } \
185+ static_assert (true , " Require semicolon." )
185186
186- COMMON_LOCK_TESTS (LlvmLibcFcntlProcessAssociatedLockTest, F_GETLK, F_SETLK)
187+ COMMON_LOCK_TESTS(LlvmLibcFcntlProcessAssociatedLockTest, F_GETLK, F_SETLK);
187188COMMON_LOCK_TESTS (LlvmLibcFcntlOpenFileDescriptionLockTest, F_OFD_GETLK,
188- F_OFD_SETLK)
189+ F_OFD_SETLK);
189190
190191TEST_F (LlvmLibcFcntlTest, SetGetOwnerTest) {
191192 using LIBC_NAMESPACE::testing::ErrnoSetterMatcher::Succeeds;
You can’t perform that action at this time.
0 commit comments