From e5c82b2d1c74f44cf08f36eb0c993af0deefbd14 Mon Sep 17 00:00:00 2001 From: Davin McCall Date: Thu, 21 Nov 2019 16:24:21 +0000 Subject: [PATCH] Remove accidental marker comment --- src/tests/cptests/cptests.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/cptests/cptests.cc b/src/tests/cptests/cptests.cc index 36f0382..ab2004d 100644 --- a/src/tests/cptests/cptests.cc +++ b/src/tests/cptests/cptests.cc @@ -950,7 +950,7 @@ void cptest_restart() control_conn_t::handle_t h; std::copy(wdata.data() + 2, wdata.data() + 2 + sizeof(h), reinterpret_cast(&h)); - bp_sys::extract_written_data(fd, wdata); // DAV + bp_sys::extract_written_data(fd, wdata); assert(wdata.size() == 0); // Issue restart: -- 2.25.1