advapi32/tests: Correct the test failure message.
This commit is contained in:
parent
5e52a29b53
commit
9c010d70b0
|
@ -4988,7 +4988,7 @@ static void test_filemap_security(void)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
ok(!mapping, "CreateFileMapping(%04x) error %d\n", prot_map[i].prot, GetLastError());
|
ok(!mapping, "CreateFileMapping(%04x) should fail\n", prot_map[i].prot);
|
||||||
ok(GetLastError() == ERROR_INVALID_PARAMETER, "expected ERROR_INVALID_PARAMETER, got %d\n", GetLastError());
|
ok(GetLastError() == ERROR_INVALID_PARAMETER, "expected ERROR_INVALID_PARAMETER, got %d\n", GetLastError());
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue