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>
This commit is contained in:
Hugh McMaster 2021-07-15 23:36:11 +10:00 committed by Alexandre Julliard
parent 959ea6677e
commit 0b5ba1d0be

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