Commit 6b20075b authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

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

parent 6b1c6eeb
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment