Fix pointless type mismatch between StringRef and std::string
This commit is contained in:
parent
484eee973c
commit
f80f28e09a
2 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@ namespace Catch {
|
|||
return m_info.lineInfo;
|
||||
}
|
||||
|
||||
std::string AssertionResult::getTestMacroName() const {
|
||||
StringRef AssertionResult::getTestMacroName() const {
|
||||
return m_info.macroName;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue