mirror of
https://github.com/reactos/reactos.git
synced 2026-05-22 23:30:07 +08:00
[KMTEST] Fix duplicated test names to stop testman from blowing up
This commit is contained in:
@@ -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 }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user