mirror of
https://github.com/catchorg/Catch2.git
synced 2025-06-02 01:47:57 +00:00
Fixed accidental const & formating
This commit is contained in:
parent
4b614ee1d1
commit
da86ddc620
4 changed files with 4 additions and 4 deletions
|
@ -369,7 +369,7 @@ namespace Catch {
|
|||
void RunContext::handleMessage(
|
||||
AssertionInfo const& info,
|
||||
ResultWas::OfType resultType,
|
||||
StringRef const &message,
|
||||
StringRef const& message,
|
||||
AssertionReaction& reaction
|
||||
) {
|
||||
m_reporter->assertionStarting( info );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue