mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-13 06:07:04 -06:00
.upptst
git-svn-id: svn://ultimatepp.org/upp/trunk@6976 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
5b0ca33f38
commit
2d902f2fa1
1 changed files with 4 additions and 0 deletions
|
|
@ -167,8 +167,12 @@ void ATest()
|
|||
|
||||
CONSOLE_APP_MAIN
|
||||
{
|
||||
StdLogSetup(LOG_COUT|LOG_FILE);
|
||||
|
||||
ATest<String, StringBuffer, char, byte>();
|
||||
ASSERT((String().Cat() << 123) == "123");
|
||||
|
||||
ATest<WString, WStringBuffer, wchar, wchar>();
|
||||
|
||||
LOG("======== Everything OK");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue