We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 604283e commit 1a3b81aCopy full SHA for 1a3b81a
1 file changed
test/CoreTest.cpp
@@ -11,7 +11,7 @@
11
12
#include "openPMD/IO/ADIOS/macros.hpp"
13
#include "openPMD/auxiliary/Filesystem.hpp"
14
-#include "openPMD/auxiliary/JSON.hpp"
+#include "openPMD/auxiliary/Memory_internal.hpp"
15
#include "openPMD/auxiliary/UniquePtr.hpp"
16
17
#include <catch2/catch.hpp>
@@ -1252,7 +1252,7 @@ TEST_CASE("use_count_test", "[core]")
1252
std::get<std::shared_ptr<void const>>(
1253
static_cast<Parameter<Operation::WRITE_DATASET> *>(
1254
pprc.get().m_chunks.front().parameter.get())
1255
- ->data.m_buffer)
+ ->data.as_variant<auxiliary::WriteBufferTypes>())
1256
.use_count() == 1);
1257
#endif
1258
}
0 commit comments