From 78a6da4a82357c83739491137492c08dadb0e4cc Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Tue, 2 Jun 2020 10:48:44 +0200 Subject: [PATCH] Remove non-existing test --- sf-writer/test/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/sf-writer/test/main.cpp b/sf-writer/test/main.cpp index 7078be5..296a468 100644 --- a/sf-writer/test/main.cpp +++ b/sf-writer/test/main.cpp @@ -1,5 +1,4 @@ #include "gtest/gtest.h" -#include "test_WriterZmqReceiver.cpp" #include "test_WriterH5Writer.cpp" using namespace std;