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);