diff --git a/test/helpers/read_test_entries.cc b/test/helpers/read_test_entries.cc index f5fc5a84..fdeb99f7 100644 --- a/test/helpers/read_test_entries.cc +++ b/test/helpers/read_test_entries.cc @@ -33,7 +33,7 @@ static vector parse_test_entries(string content) { if (!regex_search(content, matches, header_pattern) || matches.empty()) break; - string description = matches[1].str(); + string description = matches[2].str(); descriptions.push_back(description); if (!bodies.empty())