shlwapi/tests: Fix a typo.

This commit is contained in:
Paul Vriens 2009-03-03 09:46:25 +01:00 committed by Alexandre Julliard
parent fca2626768
commit 1b4e61c07a
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ static void test_PathCombineW(void)
broken(wszString[0] = 'a'), /* Win95 and some W2K */
"Expected a NULL return\n");
ok (wszString2[0] == 0 ||
broken(wszString[0] = 'a'), /* Win95 and some W2K */
broken(wszString2[0] = 'a'), /* Win95 and some W2K */
"Destination string not empty\n");
HeapFree(GetProcessHeap(), 0, wszString2);