[KMTESTS]

- Add a missing newline

svn path=/trunk/; revision=73445
This commit is contained in:
Thomas Faber 2016-12-10 11:59:41 +00:00
parent 744f1fb179
commit 762bec692a

View file

@ -516,7 +516,8 @@ TestRelativeNames(VOID)
"[%lu] Status = %lx, expected STATUS_SUCCESS\n", i, Status);
else if (Tests[i].Status == STATUS_OBJECT_NAME_INVALID && Tests[i].IsDrive)
ok(Status == STATUS_OBJECT_NAME_INVALID,
"[%lu] Status = %lx, expected STATUS_OBJECT_NAME_INVALID\n", i, Status);else if (Tests[i].IsDrive)
"[%lu] Status = %lx, expected STATUS_OBJECT_NAME_INVALID\n", i, Status);
else if (Tests[i].IsDrive)
ok(Status == STATUS_ACCESS_DENIED,
"[%lu] Status = %lx, expected STATUS_ACCESS_DENIED\n", i, Status);
else if (Tests[i].Status == STATUS_SUCCESS)