[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:
winesync 2022-01-17 18:47:38 +01:00 committed by Thomas Csovcsity
parent 54f7d655e4
commit bac2e89b05
2 changed files with 2 additions and 2 deletions

View file

@ -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);

View file

@ -4,4 +4,4 @@ directories:
files:
programs/reg/resource.h: base/applications/cmdutils/reg/resource.h
tags:
wine: 959ea6677ea0571c5042a5ec5bec33fb5a5f1dc6
wine: 0b5ba1d0be04f7c6bc0e53e9a28984cf2941b4bc