[KMTEST] Fix duplicated test names to stop testman from blowing up

This commit is contained in:
Timo Kreuzer 2023-11-18 10:43:50 +02:00
parent 764e5505a7
commit 908cda5ee4
2 changed files with 2 additions and 2 deletions

View file

@ -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 },
};

View file

@ -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 }
};