shell32/test: Fix an ok() message.
Signed-off-by: Francois Gouget <fgouget@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
f593babf6d
commit
d6d46299dd
|
@ -3010,7 +3010,7 @@ static void test_PathResolve(void)
|
|||
ok(!lstrcmpiW(path, tests[i].expected_path),
|
||||
"test %d: expected %s, got %s\n", i, wine_dbgstr_w(tests[i].expected_path), wine_dbgstr_w(path));
|
||||
if (!tests[i].expected)
|
||||
ok(GetLastError() == ERROR_FILE_NOT_FOUND, "expected ERROR_ALREADY_EXISTS, got %d\n", GetLastError());
|
||||
ok(GetLastError() == ERROR_FILE_NOT_FOUND, "expected ERROR_FILE_NOT_FOUND, got %d\n", GetLastError());
|
||||
}
|
||||
|
||||
CloseHandle(file);
|
||||
|
|
Loading…
Reference in New Issue