Skip to content

Commit fd3bad5

Browse files
fix test
1 parent 0bb8dd7 commit fd3bad5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libc/test/src/sys/ioctl/linux/ioctl_test.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ TEST(LlvmLibcIoctlTest, InvalidFileDescriptor) {
3333

3434
TEST(LlvmLibcIoctlTest, ValidFileDescriptor) {
3535
constexpr const char *TEST_FILE = "testdata/ioctl.test";
36-
LIBC_NAMESPACE::libc_errno = 0;
3736
int fd = LIBC_NAMESPACE::open(TEST_FILE, O_CREAT | O_WRONLY, S_IRWXU);
3837
ASSERT_ERRNO_SUCCESS();
3938
ASSERT_GT(fd, 0);

0 commit comments

Comments
 (0)