We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3596b61 commit 688ffa9Copy full SHA for 688ffa9
test/SerialIOTest.cpp
@@ -5266,7 +5266,7 @@ void serial_iterator(std::string const &file)
5266
constexpr Extent::value_type extent = 1000;
5267
{
5268
Series writeSeries(
5269
- file, Access::CREATE, "rank_table = \"posix_hostname\"");
+ file, Access::CREATE, R"({"rank_table": "posix_hostname"})");
5270
auto iterations = writeSeries.writeIterations();
5271
for (size_t i = 0; i < 10; ++i)
5272
0 commit comments