diff options
| author | Stefan Boberg <[email protected]> | 2023-05-15 20:27:50 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2023-05-15 20:27:50 +0200 |
| commit | 7414bea09034c8a901a0c3525f1836a6c4eebbe7 (patch) | |
| tree | ab6a10ee86a9ca045292f2f5d11516eb854e1c0c /src/zencore/iobuffer.cpp | |
| parent | added IoBuffer.mmap test case (diff) | |
| download | zen-7414bea09034c8a901a0c3525f1836a6c4eebbe7.tar.xz zen-7414bea09034c8a901a0c3525f1836a6c4eebbe7.zip | |
brought over minor IoBuffer changes from sb/scrub
no actual code changes, just comments
Diffstat (limited to 'src/zencore/iobuffer.cpp')
| -rw-r--r-- | src/zencore/iobuffer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zencore/iobuffer.cpp b/src/zencore/iobuffer.cpp index 6a4b56be6..f0eba80ed 100644 --- a/src/zencore/iobuffer.cpp +++ b/src/zencore/iobuffer.cpp @@ -707,6 +707,7 @@ TEST_CASE("IoBuffer.mmap") } # endif } + #endif } // namespace zen |