rpcrt4: Remove a test that was replaced by a better test.

This commit is contained in:
James Hawkins 2008-09-02 01:08:47 -05:00 committed by Alexandre Julliard
parent 6b1c6eebab
commit 6b20075b1f
1 changed files with 0 additions and 1 deletions

View File

@ -1184,7 +1184,6 @@ static void test_client_init(void)
TEST_ZERO(PointerLength, "%d");
TEST_ZERO(fInDontFree, "%d");
TEST_ZERO(fDontCallFreeInst, "%d");
TEST_ZERO(fInOnlyParam, "%d");
ok(stubMsg.fInOnlyParam == 0 ||
stubMsg.fInOnlyParam == -1, /* Vista */
"fInOnlyParam should have been set to 0 or -1 instead of %d\n", stubMsg.fInOnlyParam);