From f9415e9c63e14178d1cd6338a1b3958020023b9f Mon Sep 17 00:00:00 2001 From: Vladimir Byko-Ianko Date: Mon, 13 Jul 2020 17:03:54 +0300 Subject: [PATCH] [base] Review fixes. --- base/base_tests/exception_tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/base_tests/exception_tests.cpp b/base/base_tests/exception_tests.cpp index 1b0043db31..ed7ccb5f31 100644 --- a/base/base_tests/exception_tests.cpp +++ b/base/base_tests/exception_tests.cpp @@ -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);