Searched refs:TEST_MSG_SIZE (Results 1 – 1 of 1) sorted by relevance
28 constexpr int TEST_MSG_SIZE = sizeof(TEST_MSG) - 1; in TEST() local33 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()