mirror of
https://github.com/catchorg/Catch2.git
synced 2025-12-17 07:32:11 +01:00
Fix pointless type mismatch between StringRef and std::string
This commit is contained in:
@@ -91,7 +91,7 @@ namespace Catch {
|
||||
return m_info.lineInfo;
|
||||
}
|
||||
|
||||
std::string AssertionResult::getTestMacroName() const {
|
||||
StringRef AssertionResult::getTestMacroName() const {
|
||||
return m_info.macroName;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user