mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:35:40 +00:00
[WINESYNC] reg/tests: Use correct file and line arguments with delete_file().
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> wine commit id 0b5ba1d0be04f7c6bc0e53e9a28984cf2941b4bc by Hugh McMaster <hugh.mcmaster@outlook.com>
This commit is contained in:
parent
54f7d655e4
commit
bac2e89b05
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ BOOL compare_export_(const char *file, unsigned line, const char *filename,
|
|||
todo_wine_if (todo & TODO_REG_COMPARE)
|
||||
lok(!lstrcmpW(fbuf, wstr), "export data does not match expected data\n");
|
||||
|
||||
ret = delete_file(filename);
|
||||
ret = delete_file_(file, line, filename);
|
||||
|
||||
exit:
|
||||
HeapFree(GetProcessHeap(), 0, fbuf);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue