diff options
author | crupest <crupest@outlook.com> | 2023-10-15 23:45:46 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-10-15 23:45:46 +0800 |
commit | 9b818f45345b41854bca1022daddcf19304030fc (patch) | |
tree | 9c20e48b2e11214d4861aa56e96c647c032b4163 /test | |
parent | 5d077a761fdb0873d593f7d3b03922bef2efe79a (diff) | |
download | cru-9b818f45345b41854bca1022daddcf19304030fc.tar.gz cru-9b818f45345b41854bca1022daddcf19304030fc.tar.bz2 cru-9b818f45345b41854bca1022daddcf19304030fc.zip |
Fix unix file stream creation mode and readable check bug.
Diffstat (limited to 'test')
-rw-r--r-- | test/common/platform/unix/UnixFileStreamTest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/common/platform/unix/UnixFileStreamTest.cpp b/test/common/platform/unix/UnixFileStreamTest.cpp index d5aebeeb..0f9d9834 100644 --- a/test/common/platform/unix/UnixFileStreamTest.cpp +++ b/test/common/platform/unix/UnixFileStreamTest.cpp @@ -1,4 +1,3 @@ -#include "cru/common/io/OpenFileFlag.h" #include "cru/common/platform/unix/UnixFileStream.h" #include <catch2/catch_test_macros.hpp> |