mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 14:23:06 +00:00
[KMTEST] Fix duplicated test names to stop testman from blowing up
This commit is contained in:
parent
764e5505a7
commit
908cda5ee4
2 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ const KMT_TEST TestList[] =
|
|||
{ "TcpIpTdi", Test_TcpIpTdi },
|
||||
{ "TcpIpConnect", Test_TcpIpConnect },
|
||||
#ifdef _M_AMD64
|
||||
{ "RtlCaptureContext", Test_RtlCaptureContext },
|
||||
{ "RtlCaptureContextUM", Test_RtlCaptureContext },
|
||||
#endif
|
||||
{ NULL, NULL },
|
||||
};
|
||||
|
|
|
@ -169,7 +169,7 @@ const KMT_TEST TestList[] =
|
|||
{ "ZwMapViewOfSection", Test_ZwMapViewOfSection },
|
||||
{ "ZwWaitForMultipleObjects", Test_ZwWaitForMultipleObjects},
|
||||
#ifdef _M_AMD64
|
||||
{ "RtlCaptureContext", Test_RtlCaptureContext },
|
||||
{ "RtlCaptureContextKM", Test_RtlCaptureContext },
|
||||
#endif
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue