Bazaar: GoogleTestExample code modernized to latest c++ standards.

git-svn-id: svn://ultimatepp.org/upp/trunk@14887 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
klugier 2020-08-23 21:52:22 +00:00
parent b8363ba9af
commit 9e9ef5e60d
2 changed files with 13 additions and 13 deletions

View file

@ -1,6 +1,6 @@
#include "StringTest.h"
NAMESPACE_UPP
namespace Upp {
void StringTest::SetUp()
{
@ -48,4 +48,4 @@ TEST_F(StringTest, TestEqual)
ASSERT_FALSE(sCat.IsEqual(sDog));
}
END_UPP_NAMESPACE
}