Commit 6ff842fd authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

kernel32/tests: Also test for ntdll.dll in toolhelp tests.

parent 4abe4cf1
...@@ -206,14 +206,14 @@ static const char* curr_expected_modules[] = ...@@ -206,14 +206,14 @@ static const char* curr_expected_modules[] =
{ {
"kernel32_test.exe" "kernel32_test.exe"
"kernel32.dll", "kernel32.dll",
/* FIXME: could test for ntdll on NT and Wine */ "ntdll.dll",
}; };
static const char* sub_expected_modules[] = static const char* sub_expected_modules[] =
{ {
"kernel32_test.exe", "kernel32_test.exe",
"kernel32.dll", "kernel32.dll",
"shell32.dll" "shell32.dll",
/* FIXME: could test for ntdll on NT and Wine */ "ntdll.dll",
}; };
#define NUM_OF(x) (sizeof(x) / sizeof(x[0])) #define NUM_OF(x) (sizeof(x) / sizeof(x[0]))
......
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