Fixed accidental const & formating
This commit is contained in:
parent
4b614ee1d1
commit
da86ddc620
4 changed files with 4 additions and 4 deletions
|
@ -60,7 +60,7 @@ namespace Catch {
|
|||
}
|
||||
void handleExpr( ITransientExpression const& expr );
|
||||
|
||||
void handleMessage(ResultWas::OfType resultType, StringRef const &message);
|
||||
void handleMessage(ResultWas::OfType resultType, StringRef const& message);
|
||||
|
||||
void handleExceptionThrownAsExpected();
|
||||
void handleUnexpectedExceptionNotThrown();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue