Commit 0b5ba1d0 authored by Hugh McMaster's avatar Hugh McMaster Committed by Alexandre Julliard

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

parent 959ea667
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment