mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-03 21:49:32 +01:00
less copies and allocations in replaceInPlace
This commit is contained in:
committed by
Martin Hořeňovský
parent
cde3509664
commit
4d8affc989
@@ -262,6 +262,8 @@ at AssertionHandler.tests.cpp:<line number>
|
||||
<testCase name="replaceInPlace/replace last char" duration="{duration}"/>
|
||||
<testCase name="replaceInPlace/replace all chars" duration="{duration}"/>
|
||||
<testCase name="replaceInPlace/replace no chars" duration="{duration}"/>
|
||||
<testCase name="replaceInPlace/no replace in already-replaced string/lengthening" duration="{duration}"/>
|
||||
<testCase name="replaceInPlace/no replace in already-replaced string/shortening" duration="{duration}"/>
|
||||
<testCase name="replaceInPlace/escape '" duration="{duration}"/>
|
||||
<testCase name="splitString" duration="{duration}"/>
|
||||
<testCase name="startsWith" duration="{duration}"/>
|
||||
|
||||
Reference in New Issue
Block a user