We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 026cfb2 commit 5bf2091Copy full SHA for 5bf2091
libc/test/src/sched/sched_rr_get_interval_test.cpp
@@ -17,7 +17,8 @@
17
#include "hdr/sched_macros.h"
18
#include "hdr/types/struct_timespec.h"
19
20
-using LlvmLibcSchedRRGetIntervalTest = LIBC_NAMESPACE::testing::ErrnoCheckingTest;
+using LlvmLibcSchedRRGetIntervalTest =
21
+ LIBC_NAMESPACE::testing::ErrnoCheckingTest;
22
23
TEST_F(LlvmLibcSchedRRGetIntervalTest, SmokeTest) {
24
auto SetSched = [&](int policy) {
0 commit comments