Skip to content

Commit 6e2593f

Browse files
committed
tmp fix tests
1 parent 4c2bb08 commit 6e2593f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

libc/test/src/sys/time/getitimer_test.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@
99
// //===----------------------------------------------------------------------===//
1010

1111
#include "src/sys/time/getitimer.h"
12+
#include "hdr/types/struct_itimerval.h"
1213
#include "test/UnitTest/ErrnoSetterMatcher.h"
1314
#include "test/UnitTest/Test.h"
1415

15-
#include <sys/time.h>
16-
1716
using namespace LIBC_NAMESPACE::testing::ErrnoSetterMatcher;
1817

1918
TEST(LlvmLibcSysTimeGetitimerTest, SmokeTest) {

libc/test/src/sys/time/setitimer_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
// //===----------------------------------------------------------------------===//
1010

1111
#include "src/signal/signal.h"
12+
#include "hdr/types/struct_itimerval.h"
1213
#include "src/sys/time/setitimer.h"
1314
#include "test/UnitTest/ErrnoSetterMatcher.h"
1415
#include "test/UnitTest/Test.h"
1516

1617
#include <atomic>
1718
#include <signal.h>
18-
#include <sys/time.h>
1919

2020
using namespace LIBC_NAMESPACE::testing::ErrnoSetterMatcher;
2121

0 commit comments

Comments
 (0)