diff --git a/test/SerialIOTest.cpp b/test/SerialIOTest.cpp index 581b8aa298..be60db6c2e 100644 --- a/test/SerialIOTest.cpp +++ b/test/SerialIOTest.cpp @@ -5266,7 +5266,7 @@ void serial_iterator(std::string const &file) constexpr Extent::value_type extent = 1000; { Series writeSeries( - file, Access::CREATE, "rank_table = \"posix_hostname\""); + file, Access::CREATE, R"({"rank_table": "posix_hostname"})"); auto iterations = writeSeries.writeIterations(); for (size_t i = 0; i < 10; ++i) {