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 fc90587 commit a6cc220Copy full SHA for a6cc220
libc/test/src/__support/OSUtil/linux/vdso_test.cpp
@@ -19,13 +19,13 @@
19
#include "src/signal/raise.h"
20
#include "src/signal/sigaction.h"
21
#include "test/UnitTest/ErrnoSetterMatcher.h"
22
-#include "test/UnitTest/LibcTest.h"
+#include "test/UnitTest/LibcTest.h" vdso_test
23
#include "test/UnitTest/Test.h"
24
#include <linux/time_types.h>
25
#include <sys/syscall.h>
26
27
namespace LIBC_NAMESPACE {
28
-// For x86_64, we explicit that some traditional vdso symbols are indeed
+// For x86_64, we explicitly test some traditional vdso symbols are indeed
29
// available.
30
31
TEST(LlvmLibcOSUtilVDSOTest, GetTimeOfDay) {
0 commit comments