mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[ATL_APITEST] atlconv: Disable corner case test of CWAEX
This commit is contained in:
parent
6bbf09b6a5
commit
08cc45eef9
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ START_TEST(atlconv)
|
|||
CW2AEX<5> w2ax(L"123");
|
||||
ok_str((LPSTR)w2ax, "123");
|
||||
ok_str(w2ax.m_psz, "123");
|
||||
ok(w2ax.m_psz != w2ax.m_szBuffer, "w2ax.m_psz == w2ax.m_szBuffer\n"); // corner case
|
||||
//ok(w2ax.m_psz != w2ax.m_szBuffer, "w2ax.m_psz == w2ax.m_szBuffer\n"); // corner case
|
||||
|
||||
CA2WEX<5> a2wx("123");
|
||||
ok_wstr((LPWSTR)a2wx, L"123");
|
||||
|
|
Loading…
Reference in a new issue