Skip to content

Commit

Permalink
filter case
Browse files Browse the repository at this point in the history
  • Loading branch information
qicosmos committed Dec 1, 2023
1 parent 487b2a8 commit 137b19f
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) {
}
}

#if defined(__GNUC__)
#if defined(__GNUC__) and not defined(YLT_ENABLE_FILE_IO_URINGs)
TEST_CASE("coro_file pread and pwrite basic test") {
std::string filename = "test.tmp";
create_files({filename}, 190);
Expand Down

0 comments on commit 137b19f

Please sign in to comment.