summaryrefslogtreecommitdiffstats
path: root/test/ringbuffer_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/ringbuffer_test.cpp')
-rw-r--r--test/ringbuffer_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ringbuffer_test.cpp b/test/ringbuffer_test.cpp
index 4527902..519b0c3 100644
--- a/test/ringbuffer_test.cpp
+++ b/test/ringbuffer_test.cpp
@@ -34,7 +34,7 @@ namespace {
using RingBuffer = Raul::RingBuffer;
struct Context {
- std::unique_ptr<RingBuffer> ring;
+ std::unique_ptr<RingBuffer> ring{};
size_t n_writes{0};
};