Skip to content

Commit af9df0c

Browse files
committed
Fix typo.
1 parent 526e6ab commit af9df0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/test/src/fcntl/fcntl_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ class LibcFcntlCommonLockTests : public LlvmLibcFcntlTest {
184184
};
185185

186186
#define COMMON_LOCK_TESTS(NAME, GETLK_CMD, SETLK_CMD) \
187-
using NAME = LibcFcntlCommonLockTests<GETLK_CMD, GETLK_CMD>; \
187+
using NAME = LibcFcntlCommonLockTests<GETLK_CMD, SETLK_CMD>; \
188188
TEST_F(NAME, GetLkRead) { GetLkRead(); } \
189189
TEST_F(NAME, GetLkWrite) { GetLkWrite(); } \
190190
TEST_F(NAME, UseAfterClose) { UseAfterClose(); } \

0 commit comments

Comments
 (0)