[WINESYNC] reg/tests: Use correct file and line arguments with delete_file().

Signed-off-by: Hugh McMaster <[email protected]>
Signed-off-by: Alexandre Julliard <[email protected]>

wine commit id 0b5ba1d0be04f7c6bc0e53e9a28984cf2941b4bc by Hugh McMaster <[email protected]>
This commit is contained in:
winesync
2022-06-19 13:06:39 +02:00
committed by Thomas Csovcsity
parent 54f7d655e4
commit bac2e89b05
2 changed files with 2 additions and 2 deletions
+1 -1
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);
+1 -1
View File
@@ -4,4 +4,4 @@ directories:
files:
programs/reg/resource.h: base/applications/cmdutils/reg/resource.h
tags:
wine: 959ea6677ea0571c5042a5ec5bec33fb5a5f1dc6
wine: 0b5ba1d0be04f7c6bc0e53e9a28984cf2941b4bc