Commit 18100a15 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

find/tests: Enable compilation with long types.

parent 7783f021
EXTRADEFS = -DWINE_NO_LONG_TYPES
TESTDLL = find.exe
IMPORTS = user32
......
......@@ -174,7 +174,7 @@ static void run_find_stdin_(const WCHAR *commandline, const BYTE *input, int inp
check_find_output(child_output, child_output_len, out_expected, out_expected_len, file, line);
ok_(file, line)(exitcode == exitcode_expected, "Expected exitcode %d, got %d\n", exitcode_expected, exitcode);
ok_(file, line)(exitcode == exitcode_expected, "Expected exitcode %d, got %ld\n", exitcode_expected, exitcode);
heap_free(child_output);
}
......
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