forked from organicmaps/organicmaps-tmp
[base] Review fixes.
This commit is contained in:
parent
9749af0be5
commit
f9415e9c63
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ UNIT_TEST(ExceptionCatcher_FunctionsReturnVoid)
|
|||
ExceptionCatcher("Function returns void.", exception, FuncThrowsNumberVoid);
|
||||
}
|
||||
|
||||
UNIT_TEST(ExceptionCatcher_PreventReturningRefOnLocaleTemporaryObj)
|
||||
UNIT_TEST(ExceptionCatcher_PreventReturningRefOnLocalTemporaryObj)
|
||||
{
|
||||
std::string const str = "A string";
|
||||
auto const returnedStr = ReturnsByRef(str);
|
||||
|
|
Loading…
Add table
Reference in a new issue