mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 05:20:54 +00:00
[KMTEST]
Reenable tests for MCBs. They got fixed by Hervé in r65398. ROSTESTS-106 #resolve #comment Fixed by Hervé in r65398. Thanks! svn path=/trunk/; revision=65401
This commit is contained in:
parent
c4bdd01325
commit
093fafbb5e
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ const KMT_TEST TestList[] =
|
|||
{ "Example", Test_Example },
|
||||
{ "FsRtlExpression", Test_FsRtlExpression },
|
||||
/* Skipped on testman. See ROSTESTS-106. */
|
||||
{ "-FsRtlMcb", Test_FsRtlMcb },
|
||||
{ "FsRtlMcb", Test_FsRtlMcb },
|
||||
{ "-FsRtlTunnel", Test_FsRtlTunnel },
|
||||
{ "IoCreateFile", Test_IoCreateFile },
|
||||
{ "IoDeviceInterface", Test_IoDeviceInterface },
|
||||
|
|
Loading…
Reference in a new issue