We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 822c03f commit 33b4186Copy full SHA for 33b4186
test/CoreTest.cpp
@@ -1298,11 +1298,11 @@ TEST_CASE("use_count_test", "[core]")
1298
else
1299
{
1300
REQUIRE(
1301
- std::get<std::shared_ptr<void>>(
1302
- static_cast<Parameter<Operation::WRITE_DATASET> *>(
1303
- pprc.get().m_chunks.front().parameter.get())
1304
- ->data.as_variant<auxiliary::WriteBufferTypes>())
1305
- .use_count() == 1);
+ std::get<std::shared_ptr<void>>(
+ static_cast<Parameter<Operation::WRITE_DATASET> *>(
+ pprc.get().m_chunks.front().parameter.get())
+ ->data.as_variant<auxiliary::WriteBufferTypes>())
+ .use_count() == 1);
1306
}
1307
#endif
1308
0 commit comments