Skip to content

Commit

Permalink
Update libc/test/src/time/clock_gettime_test.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
jhuber6 authored Jul 16, 2024
1 parent 5e6da5b commit d52779f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libc/test/src/time/clock_gettime_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#include <time.h>

TEST(LlvmLibcClockGetTime, RealTime) {
struct timespec tp;
int result;
result = LIBC_NAMESPACE::clock_gettime(CLOCK_REALTIME, &tp);
// The GPU does not implement CLOCK_REALTIME but provides it so programs will
Expand Down

0 comments on commit d52779f

Please sign in to comment.