[KMTESTS:OB]
[reactos.git] / rostests / kmtests / ntos_fsrtl / FsRtlExpression.c
index eb45b7b..48d09d3 100644 (file)
@@ -184,10 +184,6 @@ static VOID FsRtlIsNameInExpressionTest()
         UNICODE_STRING Expression;
         UNICODE_STRING Name;
 
-        /* Don't run Tests which are known to assert in checked builds */
-        if (KmtIsCheckedBuild && Tests[i].AssertsInChecked)
-            continue;
-
         RtlInitUnicodeString(&Expression, Tests[i].Expression);
         RtlInitUnicodeString(&Name, Tests[i].Name);