mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
Do not include c++ stitch marking in final single header
This commit is contained in:
parent
632e023ff4
commit
185573e701
@ -71,6 +71,7 @@ def parseFile( path, filename ):
|
||||
for line in f:
|
||||
if '// ~*~* CATCH_CPP_STITCH_PLACE *~*~' in line:
|
||||
insertCpps()
|
||||
continue
|
||||
elif ifParser.match( line ):
|
||||
ifdefs = ifdefs + 1
|
||||
elif endIfParser.match( line ):
|
||||
|
Loading…
Reference in New Issue
Block a user