mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-12 14:17:03 -06:00
.upptst fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@7122 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
38d9f5c26d
commit
cb331ffcb9
4 changed files with 3 additions and 5 deletions
|
|
@ -96,8 +96,6 @@ void ATest()
|
|||
ASSERT("xx" + x == Str("xxab"));
|
||||
ASSERT(x + 'z' == Str("abz"));
|
||||
ASSERT('z' + x == Str("zab"));
|
||||
ASSERT(x + (int)'z' == Str("abz"));
|
||||
ASSERT((int)'z' + x == Str("zab"));
|
||||
Str xx = x;
|
||||
Str bb = b;
|
||||
Swap(b, x);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue