Skip to content

Commit

Permalink
compile
Browse files Browse the repository at this point in the history
  • Loading branch information
qicosmos committed Dec 1, 2023
1 parent c2c9af0 commit dd19dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coro_io/tests/test_corofile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ void create_files(const std::vector<std::string>& 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";
Expand Down

0 comments on commit dd19dfa

Please sign in to comment.