| 17 | fl::StubFileSystem::forceRemoveDirectory(mDir); |
| 18 | } |
| 19 | fl::string filePath(const char* name) const { |
| 20 | fl::string p = mDir; |
| 21 | p.append("/"); |
| 22 | p.append(name); |
| 23 | return p; |
| 24 | } |
| 25 | }; |
| 26 | |
| 27 | FL_TEST_CASE("posix_filebuf::size() returns correct file size") { |