mirror of
https://github.com/catchorg/Catch2.git
synced 2025-12-22 18:02:12 +01:00
Remove <set> include from the common test path
This commit is contained in:
@@ -66,7 +66,7 @@ namespace Catch {
|
||||
m_xml.startElement( "TestCase" )
|
||||
.writeAttribute( "name", trim( testInfo.name ) )
|
||||
.writeAttribute( "description", testInfo.description )
|
||||
.writeAttribute( "tags", testInfo.tagsAsString );
|
||||
.writeAttribute( "tags", testInfo.tagsAsString() );
|
||||
|
||||
writeSourceInfo( testInfo.lineInfo );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user