From dd19dfafd41547a02a007cd1fe40cdca5ce3d658 Mon Sep 17 00:00:00 2001 From: qicosmos Date: Fri, 1 Dec 2023 14:05:51 +0800 Subject: [PATCH] compile --- src/coro_io/tests/test_corofile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coro_io/tests/test_corofile.cpp b/src/coro_io/tests/test_corofile.cpp index 19376f9cd..6a930d0ce 100644 --- a/src/coro_io/tests/test_corofile.cpp +++ b/src/coro_io/tests/test_corofile.cpp @@ -69,7 +69,7 @@ void create_files(const std::vector& files, size_t file_size) { } } -#ifndef YLT_ENABLE_FILE_IO_URINGs +#if not defined(YLT_ENABLE_FILE_IO_URING) #if defined(__GNUC__) TEST_CASE("coro_file pread and pwrite basic test") { std::string filename = "test.tmp";