From ffb0c17e3173a2e232c184d753b86200c1060a0d Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Mon, 4 May 2020 14:04:48 +0200 Subject: [PATCH] Adjust writer test name --- core-buffer/test/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-buffer/test/main.cpp b/core-buffer/test/main.cpp index 8058ceb..0f858d7 100644 --- a/core-buffer/test/main.cpp +++ b/core-buffer/test/main.cpp @@ -3,7 +3,7 @@ #include "test_UdpRecvModule.cpp" #include "test_BinaryWriter.cpp" #include "test_buffer_utils.cpp" -#include "test_FastH5Writer.cpp" +#include "test_BufferH5Writer.cpp" #include "test_SFWriter.cpp" #include "test_FastQueue.cpp"