@@ -163,7 +163,7 @@ TEST_CASE("parse xml file")
163163 std::make_unique<counting_dependency_manager_t >(counts);
164164
165165 testing::parse_file (options, std::move (dependency_manager), middle,
166- { output} , " test_multipolygon.osm" , false );
166+ output, " test_multipolygon.osm" , false );
167167
168168 REQUIRE (output->sum_ids == 4728 );
169169 REQUIRE (output->sum_nds == 186 );
@@ -202,7 +202,7 @@ TEST_CASE("parse diff file")
202202 std::make_unique<counting_dependency_manager_t >(counts);
203203
204204 testing::parse_file (options, std::move (dependency_manager), middle,
205- { output} , " 008-ch.osc.gz" , false );
205+ output, " 008-ch.osc.gz" , false );
206206
207207 REQUIRE (output->node .added == 0 );
208208 REQUIRE (output->node .modified == 1176 );
@@ -239,7 +239,7 @@ TEST_CASE("parse xml file with extra args")
239239 std::make_unique<counting_dependency_manager_t >(counts);
240240
241241 testing::parse_file (options, std::move (dependency_manager), middle,
242- { output} , " test_multipolygon.osm" , false );
242+ output, " test_multipolygon.osm" , false );
243243
244244 REQUIRE (output->sum_ids == 73514 );
245245 REQUIRE (output->sum_nds == 495 );
@@ -278,7 +278,7 @@ TEST_CASE("invalid location")
278278 std::make_unique<counting_dependency_manager_t >(counts);
279279
280280 testing::parse_file (options, std::move (dependency_manager), middle,
281- { output} , " test_invalid_location.osm" , false );
281+ output, " test_invalid_location.osm" , false );
282282
283283 REQUIRE (output->node .added == 0 );
284284 REQUIRE (output->way .added == 0 );
0 commit comments