Commit 1b4e61c0 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

shlwapi/tests: Fix a typo.

parent fca26267
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment