mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +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);
|
||||
|
|
|
@ -4,4 +4,4 @@ directories:
|
|||
files:
|
||||
programs/reg/resource.h: base/applications/cmdutils/reg/resource.h
|
||||
tags:
|
||||
wine: 959ea6677ea0571c5042a5ec5bec33fb5a5f1dc6
|
||||
wine: 0b5ba1d0be04f7c6bc0e53e9a28984cf2941b4bc
|
||||
|
|
Loading…
Reference in a new issue