Jeff Latimer lats@yless4u.com.au writes:
diff --git a/dlls/ntdll/tests/Makefile.in b/dlls/ntdll/tests/Makefile.in index cccc4c5..4ceccfd 100644 --- a/dlls/ntdll/tests/Makefile.in +++ b/dlls/ntdll/tests/Makefile.in @@ -14,6 +14,7 @@ CTESTS = \ generated.c \ info.c \ large_int.c \
mailslot.c \
Naming it file.c would be better, since that's the name of the corresponding source file, and that makes it more general so it can later contain other tests too.