Skip to content

Commit 599abe9

Browse files
committed
Fix reporter spec
1 parent 59b3104 commit 599abe9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/catch2/catch_config.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ namespace Catch {
8787
#endif
8888
if ( bazelOutputFilePtr != nullptr ) {
8989
m_data.reporterSpecifications.push_back(
90-
{ std::string( "junit" ),
91-
Optional<std::string>( bazelOutputFilePtr ) } );
90+
{ "junit", std::string( bazelOutputFilePtr ), {}, {} } );
9291
}
9392
#endif
9493

0 commit comments

Comments
 (0)