File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
libc/test/src/sys/mman/linux Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ using LIBC_NAMESPACE::testing::ErrnoSetterMatcher::Fails;
2020using LIBC_NAMESPACE::testing::ErrnoSetterMatcher::Succeeds;
2121using LlvmLibcMincoreTest = LIBC_NAMESPACE::testing::ErrnoCheckingTest;
2222
23- // TODO: Replace with sysconf call once the function is properly implemented.
23+ // TODO: Replace with sysconf call once the function is properly implemented.
2424constexpr size_t PAGE_SIZE = 4096 ;
2525
2626TEST_F (LlvmLibcMincoreTest, UnMappedMemory) {
Original file line number Diff line number Diff line change 2828
2929#include < sys/syscall.h>
3030
31- // TODO: Replace with sysconf call once the function is properly implemented.
31+ // TODO: Replace with sysconf call once the function is properly implemented.
3232constexpr size_t PAGE_SIZE = 4096 ;
3333
3434using namespace LIBC_NAMESPACE ::testing::ErrnoSetterMatcher;
Original file line number Diff line number Diff line change 1515#include " test/UnitTest/ErrnoSetterMatcher.h"
1616#include " test/UnitTest/Test.h"
1717
18- // TODO: Replace with sysconf call once the function is properly implemented.
18+ // TODO: Replace with sysconf call once the function is properly implemented.
1919constexpr size_t PAGE_SIZE = 4096 ;
2020
2121using namespace LIBC_NAMESPACE ::testing::ErrnoSetterMatcher;
Original file line number Diff line number Diff line change 1818#include < sys/mman.h>
1919#include < sys/stat.h> // For S_IRWXU
2020
21- // TODO: Replace with sysconf call once the function is properly implemented.
21+ // TODO: Replace with sysconf call once the function is properly implemented.
2222constexpr size_t PAGE_SIZE = 4096 ;
2323
2424using LIBC_NAMESPACE::testing::ErrnoSetterMatcher::Fails;
You can’t perform that action at this time.
0 commit comments