mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-30 14:22:28 -06:00
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:
parent
b8363ba9af
commit
9e9ef5e60d
2 changed files with 13 additions and 13 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue