Commit f8f4c4ef authored by Austin English's avatar Austin English Committed by Alexandre Julliard

rpcrt4/test: Change a skip to win_skip.

parent c3f6668f
......@@ -335,7 +335,7 @@ static void test_towers(void)
if (ret == RPC_S_INVALID_RPC_PROTSEQ)
{
/* Windows Vista fails with this error and crashes if we continue */
skip("TowerConstruct failed, we are most likely on Windows Vista\n");
win_skip("TowerConstruct failed, we are most likely on Windows Vista\n");
return;
}
......
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