Enable FsRtlTunnel tests.
They all pass in ReactOS now.

CORE-7272

svn path=/trunk/; revision=67887
This commit is contained in:
Pierre Schweitzer 2015-05-24 17:42:52 +00:00
parent df216184d2
commit 23a0889551

View file

@ -80,7 +80,7 @@ const KMT_TEST TestList[] =
{ "Example", Test_Example },
{ "FsRtlExpression", Test_FsRtlExpression },
{ "FsRtlMcb", Test_FsRtlMcb },
{ "-FsRtlTunnel", Test_FsRtlTunnel },
{ "FsRtlTunnel", Test_FsRtlTunnel },
{ "IoCreateFile", Test_IoCreateFile },
{ "IoDeviceInterface", Test_IoDeviceInterface },
{ "IoEvent", Test_IoEvent },