Home
last modified time | relevance | path

Searched refs:TEST_MSG_SIZE (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libc/test/src/fcntl/
H A Dopenat_test.cpp28 constexpr int TEST_MSG_SIZE = sizeof(TEST_MSG) - 1; in TEST() local
33 char read_buf[TEST_MSG_SIZE]; in TEST()
34 ASSERT_THAT(__llvm_libc::read(read_fd, read_buf, TEST_MSG_SIZE), in TEST()
35 Succeeds(TEST_MSG_SIZE)); in TEST()