diff options
author | Sven Gothel <[email protected]> | 2022-06-16 06:10:13 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-06-16 06:10:13 +0200 |
commit | 7c88cfff8d87b508ac6854ada83c73e738e6c072 (patch) | |
tree | 3dcdb9102be57c44367a5e4404f5e9eb10fe9106 /test/test_iostream01.cpp | |
parent | 2585ccd599b9f217a2a953e01c51e0e2c51dea40 (diff) |
test_*: Adopt to jau::fs::remove() changes
Diffstat (limited to 'test/test_iostream01.cpp')
-rw-r--r-- | test/test_iostream01.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_iostream01.cpp b/test/test_iostream01.cpp index d1809ff..af39e27 100644 --- a/test/test_iostream01.cpp +++ b/test/test_iostream01.cpp @@ -58,7 +58,7 @@ class TestIOStream01 { TestIOStream01() { // produce fresh demo data - jau::fs::remove(basename_10kiB, false /* recursive */); + jau::fs::remove(basename_10kiB); { std::string one_line = "Hello World, this is a test and I like it. Exactly 100 characters long. 0123456780 abcdefghjklmnop.."; std::ofstream ofs(basename_10kiB, std::ios::out | std::ios::binary); |